Html Css Color HEX #C602A7 Deep Magenta

📋 copy color: '#C602A7'

red 198 ◦ green 2 ◦ blue 167

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

Shades of Deep Magenta #C602A7

Tints of Deep Magenta #C602A7

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.63% from 255) = 45.5%

R = 53.95%
G = 0.54%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C602A7 (or 0xC602A7) is known color: 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

RGB 198 2 167 -
CMYK 0 0.99 0.16 0.22
HSL 309.49º 0.98% 0.39% -
HSV(B) 309.49º 0.99% 0.78% -
XYZ 30.29 14.84 37.83 -
YUV 79.41 177.43 212.58 -
System Red Green Blue C M Y K H S L
Decimal 198 2 167 0 0.99 0.16 0.22 309.49 0.98 0.39
Hex C6 2 A7 0 63 10 16 135 62 27
Octal 306 2 247 0 143 20 26 465 142 47
Binary 11000110 10 10100111 0 1100011 10000 10110 100110101 1100010 100111

Color Harmonies of #C602A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C602A7

Black with #C602A7

Text Example


Text Example

White with #C602A7

Text Example


Text Example

HTML Codes & Css Web 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>