Html Css Color HEX #C002A8 Deep Magenta

📋 copy color: '#C002A8'

red 192 ◦ green 2 ◦ blue 168

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

Shades of Deep Magenta #C002A8

Tints of Deep Magenta #C002A8

RGB

 RED value IS 192 (75.39% from 255) = 53.04%

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

 BLUE value IS 168 (66.02% from 255) = 46.41%

R = 53.04%
G = 0.55%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C002A8 (or 0xC002A8) is known color: Deep Magenta. HEX triplet: C0, 02 and A8. RGB value is (192,2,168). Sum of RGB (Red+Green+Blue) = 192+2+168=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C002A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C002A8 is #3FFD57. Grayscale: #4D4D4D. Windows color (decimal): -4193624 or 11010752. OLE color: 11010752.

HSL color Cylindrical-coordinate representation of color #C002A8: hue angle of 307.58º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C002A8 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 168 -
CMYK 0 0.99 0.12 0.25
HSL 307.58º 0.98% 0.38% -
HSV(B) 307.58º 0.99% 0.75% -
XYZ 28.83 14.08 38.24 -
YUV 77.73 178.95 209.5 -
System Red Green Blue C M Y K H S L
Decimal 192 2 168 0 0.99 0.12 0.25 307.58 0.98 0.38
Hex C0 2 A8 0 63 C 19 134 62 26
Octal 300 2 250 0 143 14 31 464 142 46
Binary 11000000 10 10101000 0 1100011 1100 11001 100110100 1100010 100110

Color Harmonies of #C002A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002A8

Black with #C002A8

Text Example


Text Example

White with #C002A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002A8; }

 p { color: rgb(192,2,168); }

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

background-color css

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

 a { background-color: rgb(192,2,168); }

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

border-color css

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

 span { border-color: rgb(192,2,168); }

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