Html Css Color HEX #C602AA Deep Magenta

📋 copy color: '#C602AA'

red 198 ◦ green 2 ◦ blue 170

#C602AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C602AA

Tints of Deep Magenta #C602AA

RGB

 RED value IS 198 (77.73% from 255) = 53.51%

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 170 (66.8% from 255) = 45.95%

R = 53.51%
G = 0.54%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C602AA (or 0xC602AA) is known color: Deep Magenta. HEX triplet: C6, 02 and AA. RGB value is (198,2,170). Sum of RGB (Red+Green+Blue) = 198+2+170=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C602AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C602AA is #39FD55. Grayscale: #4F4F4F. Windows color (decimal): -3800406 or 11141830. OLE color: 11141830.

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

Color convert

RGB 198 2 170 -
CMYK 0 0.99 0.14 0.22
HSL 308.57º 0.98% 0.39% -
HSV(B) 308.57º 0.99% 0.78% -
XYZ 30.57 14.95 39.31 -
YUV 79.76 178.93 212.34 -
System Red Green Blue C M Y K H S L
Decimal 198 2 170 0 0.99 0.14 0.22 308.57 0.98 0.39
Hex C6 2 AA 0 63 E 16 135 62 27
Octal 306 2 252 0 143 16 26 465 142 47
Binary 11000110 10 10101010 0 1100011 1110 10110 100110101 1100010 100111

Color Harmonies of #C602AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C602AA

Black with #C602AA

Text Example


Text Example

White with #C602AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C602AA; }

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

 H1.HeaderClassName
 {
   color: #C602AA;
 }
 .AnyTagClassName
 {
   color: #C602AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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