#CC62C0

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

Shades of Fuchsia #CC62C0

Tints of Fuchsia #CC62C0

Color information

#CC62C0 (or 0xCC62C0) is unknown color: approx Fuchsia. HEX triplet: CC, 62 and C0. RGB value is (204,98,192). Sum of RGB (Red+Green+Blue) = 204+98+192=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62C0 is #339D3F. Grayscale: #8C8C8C. Windows color (decimal): -3382592 or 12608204. OLE color: 12608204.

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

Color convert

RGB20498192-
CMYK00.520.060.2
HSL306.79º50.96%59.22%-
HSV(B)306.79º51.96%80%-
XYZ38.7825.3852.72-
YUV140.41157.12173.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 98 (38.67% from 255) = 19.84%
BLUE value IS 192 (75.39% from 255) = 38.87%
R=41.30%
G=19.84%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049819200.520.060.2306.7950.9659.22
HexCC62C0034614133333b
Octal3141423000646244636373
Binary11001100110001011000000011010011010100100110011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC62C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC62C0; }

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

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

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

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

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

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

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

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