#C602A7

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

Shades of Deep Magenta #C602A7

Tints of Deep Magenta #C602A7

Color information

#C602A7 (or 0xC602A7) is unknown color: approx Deep Magenta. HEX triplet: C6, 02 and A7. RGB value is (198,2,167). Sum of RGB (Red+Green+Blue) = 198+2+167=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 167 (65.62% from 255 or 45.50% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C602A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C602A7 is #39FD58. Grayscale: #4E4E4E. Windows color (decimal): -3800409 or 10945222. OLE color: 10945222.

HSL color Cylindrical-coordinate representation of color #C602A7: hue angle of 309.49º 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 #C602A7 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB1982167-
CMYK00.990.160.22
HSL309.49º98%39.22%-
HSV(B)309.49º98.99%77.65%-
XYZ30.2914.8437.83-
YUV79.41177.43212.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.95%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 167 (65.62% from 255) = 45.50%
R=53.95%
G=0.54%
B=45.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198216700.990.160.22309.499839.22
HexC62A706310161356227
Octal30622470143202646514247
Binary1100011010101001110110001110000101101001101011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C602A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C602A7; }

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

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

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

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

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

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

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

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