#CC66BE

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

Shades of Fuchsia #CC66BE

Tints of Fuchsia #CC66BE

Color information

#CC66BE (or 0xCC66BE) is unknown color: approx Fuchsia. HEX triplet: CC, 66 and BE. RGB value is (204,102,190). Sum of RGB (Red+Green+Blue) = 204+102+190=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC66BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC66BE is #339941. Grayscale: #8E8E8E. Windows color (decimal): -3381570 or 12478156. OLE color: 12478156.

HSL color Cylindrical-coordinate representation of color #CC66BE: hue angle of 308.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC66BE is Cyan = 0, Magento = 0.5, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204102190-
CMYK00.50.070.2
HSL308.24º50%60%-
HSV(B)308.24º50%80%-
XYZ38.9526.0651.69-
YUV142.53154.79171.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.13%
GREEN value IS 102 (40.23% from 255) = 20.56%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=41.13%
G=20.56%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410219000.50.070.2308.245060
HexCC66BE032714134323c
Octal3141462760627244646274
Binary11001100110011010111110011001011110100100110100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC66BE; }

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

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

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

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

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

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

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

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