#CC6FB4

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

Shades of Fuchsia #CC6FB4

Tints of Fuchsia #CC6FB4

Color information

#CC6FB4 (or 0xCC6FB4) is unknown color: approx Fuchsia. HEX triplet: CC, 6F and B4. RGB value is (204,111,180). Sum of RGB (Red+Green+Blue) = 204+111+180=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FB4 is #33904B. Grayscale: #929292. Windows color (decimal): -3379276 or 11825100. OLE color: 11825100.

HSL color Cylindrical-coordinate representation of color #CC6FB4: hue angle of 315.48º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6FB4 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB204111180-
CMYK00.460.120.2
HSL315.48º47.69%61.76%-
HSV(B)315.48º45.59%80%-
XYZ38.8227.546.44-
YUV146.67146.81168.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 111 (43.75% from 255) = 22.42%
BLUE value IS 180 (70.70% from 255) = 36.36%
R=41.21%
G=22.42%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411118000.460.120.2315.4847.6961.76
HexCC6FB402EC1413b303e
Octal31415726405614244736076
Binary110011001101111101101000101110110010100100111011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6FB4; }

 p { color: rgb(204,111,180); }

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

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

 a { background-color: rgb(204,111,180); }

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

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

 span { border-color: rgb(204,111,180); }

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