#CC6BB7

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

Shades of Fuchsia #CC6BB7

Tints of Fuchsia #CC6BB7

Color information

#CC6BB7 (or 0xCC6BB7) is unknown color: approx Fuchsia. HEX triplet: CC, 6B and B7. RGB value is (204,107,183). Sum of RGB (Red+Green+Blue) = 204+107+183=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BB7 is #339448. Grayscale: #909090. Windows color (decimal): -3380297 or 12020684. OLE color: 12020684.

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

Color convert

RGB204107183-
CMYK00.480.100.2
HSL312.99º48.74%60.98%-
HSV(B)312.99º47.55%80%-
XYZ38.7126.7747.93-
YUV144.67149.64170.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 107 (42.19% from 255) = 21.66%
BLUE value IS 183 (71.88% from 255) = 37.04%
R=41.30%
G=21.66%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410718300.480.100.2312.9948.7460.98
HexCC6BB7030A14139313d
Octal31415326706012244716175
Binary110011001101011101101110110000101010100100111001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6BB7; }

 p { color: rgb(204,107,183); }

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

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

 a { background-color: rgb(204,107,183); }

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

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

 span { border-color: rgb(204,107,183); }

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