#CC62CB

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

Shades of Fuchsia #CC62CB

Tints of Fuchsia #CC62CB

Color information

#CC62CB (or 0xCC62CB) is unknown color: approx Fuchsia. HEX triplet: CC, 62 and CB. RGB value is (204,98,203). Sum of RGB (Red+Green+Blue) = 204+98+203=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62CB is #339D34. Grayscale: #8D8D8D. Windows color (decimal): -3382581 or 13329100. OLE color: 13329100.

HSL color Cylindrical-coordinate representation of color #CC62CB: hue angle of 300.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC62CB is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB20498203-
CMYK00.520.000.2
HSL300.57º50.96%59.22%-
HSV(B)300.57º51.96%80%-
XYZ40.0525.8859.39-
YUV141.66162.62172.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 98 (38.67% from 255) = 19.41%
BLUE value IS 203 (79.69% from 255) = 40.20%
R=40.40%
G=19.41%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049820300.520.000.2300.5750.9659.22
HexCC62CB03401412d333b
Octal3141423130640244556373
Binary110011001100010110010110110100010100100101101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC62CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC62CB; }

 p { color: rgb(204,98,203); }

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

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

 a { background-color: rgb(204,98,203); }

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

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

 span { border-color: rgb(204,98,203); }

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