#C602AC

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

Shades of Deep Magenta #C602AC

Tints of Deep Magenta #C602AC

Color information

#C602AC (or 0xC602AC) is unknown color: approx Deep Magenta. HEX triplet: C6, 02 and AC. RGB value is (198,2,172). Sum of RGB (Red+Green+Blue) = 198+2+172=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C602AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C602AC is #39FD53. Grayscale: #4F4F4F. Windows color (decimal): -3800404 or 11272902. OLE color: 11272902.

HSL color Cylindrical-coordinate representation of color #C602AC: hue angle of 307.96º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C602AC is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB1982172-
CMYK00.990.130.22
HSL307.96º98%39.22%-
HSV(B)307.96º98.99%77.65%-
XYZ30.7615.0340.31-
YUV79.98179.93212.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.23%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 172 (67.58% from 255) = 46.24%
R=53.23%
G=0.54%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198217200.990.130.22307.969839.22
HexC62AC063D161346227
Octal30622540143152646414247
Binary110001101010101100011000111101101101001101001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C602AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C602AC; }

 p { color: rgb(198,2,172); }

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

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

 a { background-color: rgb(198,2,172); }

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

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

 span { border-color: rgb(198,2,172); }

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