#CD31B0

Color #CD31B0 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CD31B0

Tints of Fuchsia #CD31B0

Color information

#CD31B0 (or 0xCD31B0) is unknown color: approx Fuchsia. HEX triplet: CD, 31 and B0. RGB value is (205,49,176). Sum of RGB (Red+Green+Blue) = 205+49+176=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD31B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD31B0 is #32CE4F. Grayscale: #6D6D6D. Windows color (decimal): -3329616 or 11547085. OLE color: 11547085.

HSL color Cylindrical-coordinate representation of color #CD31B0: hue angle of 311.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD31B0 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB20549176-
CMYK00.760.140.20
HSL311.15º61.42%49.8%-
HSV(B)311.15º76.1%80.39%-
XYZ34.1118.3142.81-
YUV110.12165.18195.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 49 (19.53% from 255) = 11.40%
BLUE value IS 176 (69.14% from 255) = 40.93%
R=47.67%
G=11.40%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2054917600.760.140.20311.1561.4249.8
HexCD31B004CE141373d32
Octal31561260011416244677562
Binary110011011100011011000001001100111010100100110111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD31B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD31B0; }

 p { color: rgb(205,49,176); }

 H1.HeaderClassName
 {
   color: #CD31B0;
 }
 .AnyTagClassName
 {
   color: #CD31B0;
 }
</style>
background-color css

<style>
 a { background-color: #CD31B0; }

 a { background-color: rgb(205,49,176); }

 div.DivClassName
 {
   background-color: #CD31B0;
 }
 .BgClassName
 {
   background-color: #CD31B0;
 }
</style>
border-color css

<style>
 span { border-color: #CD31B0; }

 span { border-color: rgb(205,49,176); }

 td.TdClassName
 {
   border-color: #CD31B0;
 }
 .TagClassName
 {
   border-color: #CD31B0;
 }
</style>