#CC6BBE

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

Shades of Fuchsia #CC6BBE

Tints of Fuchsia #CC6BBE

Color information

#CC6BBE (or 0xCC6BBE) is unknown color: approx Fuchsia. HEX triplet: CC, 6B and BE. RGB value is (204,107,190). Sum of RGB (Red+Green+Blue) = 204+107+190=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BBE is #339441. Grayscale: #919191. Windows color (decimal): -3380290 or 12479436. OLE color: 12479436.

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

Color convert

RGB204107190-
CMYK00.480.070.2
HSL308.66º48.74%60.98%-
HSV(B)308.66º47.55%80%-
XYZ39.4527.0751.86-
YUV145.46153.14169.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 107 (42.19% from 255) = 21.36%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=40.72%
G=21.36%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410719000.480.070.2308.6648.7460.98
HexCC6BBE030714135313d
Octal3141532760607244656175
Binary11001100110101110111110011000011110100100110101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6BBE; }

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

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

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

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

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

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

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

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