#CC31B2

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

Shades of Fuchsia #CC31B2

Tints of Fuchsia #CC31B2

Color information

#CC31B2 (or 0xCC31B2) is unknown color: approx Fuchsia. HEX triplet: CC, 31 and B2. RGB value is (204,49,178). Sum of RGB (Red+Green+Blue) = 204+49+178=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC31B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC31B2 is #33CE4D. Grayscale: #6D6D6D. Windows color (decimal): -3395150 or 11678156. OLE color: 11678156.

HSL color Cylindrical-coordinate representation of color #CC31B2: hue angle of 310.06º 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 #CC31B2 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB20449178-
CMYK00.760.130.2
HSL310.06º61.26%49.61%-
HSV(B)310.06º75.98%80%-
XYZ34.0418.2543.85-
YUV110.05166.35195.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 49 (19.53% from 255) = 11.37%
BLUE value IS 178 (69.92% from 255) = 41.30%
R=47.33%
G=11.37%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044917800.760.130.2310.0661.2649.61
HexCC31B204CD141363d32
Octal31461262011415244667562
Binary110011001100011011001001001100110110100100110110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC31B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC31B2; }

 p { color: rgb(204,49,178); }

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

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

 a { background-color: rgb(204,49,178); }

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

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

 span { border-color: rgb(204,49,178); }

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