#CC62AD

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

Shades of Fuchsia #CC62AD

Tints of Fuchsia #CC62AD

Color information

#CC62AD (or 0xCC62AD) is unknown color: approx Fuchsia. HEX triplet: CC, 62 and AD. RGB value is (204,98,173). Sum of RGB (Red+Green+Blue) = 204+98+173=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC62AD is #339D52. Grayscale: #8A8A8A. Windows color (decimal): -3382611 or 11363020. OLE color: 11363020.

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

Color convert

RGB20498173-
CMYK00.520.150.2
HSL317.55º50.96%59.22%-
HSV(B)317.55º51.96%80%-
XYZ36.8124.5942.34-
YUV138.24147.62174.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 98 (38.67% from 255) = 20.63%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=42.95%
G=20.63%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049817300.520.150.2317.5550.9659.22
HexCC62AD034F1413e333b
Octal31414225506417244766373
Binary110011001100010101011010110100111110100100111110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC62AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC62AD; }

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

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

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

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

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

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

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

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