#CC62B5

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

Shades of Fuchsia #CC62B5

Tints of Fuchsia #CC62B5

Color information

#CC62B5 (or 0xCC62B5) is unknown color: approx Fuchsia. HEX triplet: CC, 62 and B5. RGB value is (204,98,181). Sum of RGB (Red+Green+Blue) = 204+98+181=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62B5 is #339D4A. Grayscale: #8A8A8A. Windows color (decimal): -3382603 or 11887308. OLE color: 11887308.

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

Color convert

RGB20498181-
CMYK00.520.110.2
HSL313.02º50.96%59.22%-
HSV(B)313.02º51.96%80%-
XYZ37.6124.9146.54-
YUV139.16151.62174.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 98 (38.67% from 255) = 20.29%
BLUE value IS 181 (71.09% from 255) = 37.47%
R=42.24%
G=20.29%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049818100.520.110.2313.0250.9659.22
HexCC62B5034B14139333b
Octal31414226506413244716373
Binary110011001100010101101010110100101110100100111001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC62B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC62B5; }

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

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

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

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

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

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

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

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