Html Css Color HEX #C802AB Deep Magenta

📋 copy color: '#C802AB'

red 200 ◦ green 2 ◦ blue 171

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

Shades of Deep Magenta #C802AB

Tints of Deep Magenta #C802AB

RGB

 RED value IS 200 (78.52% from 255) = 53.62%

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

 BLUE value IS 171 (67.19% from 255) = 45.84%

R = 53.62%
G = 0.54%
B = 45.84%

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

#C802AB (or 0xC802AB) is known color: Deep Magenta. HEX triplet: C8, 02 and AB. RGB value is (200,2,171). Sum of RGB (Red+Green+Blue) = 200+2+171=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C802AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C802AB is #37FD54. Grayscale: #4F4F4F. Windows color (decimal): -3669333 or 11207368. OLE color: 11207368.

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

Color convert

RGB 200 2 171 -
CMYK 0 0.99 0.14 0.22
HSL 308.79º 0.98% 0.4% -
HSV(B) 308.79º 0.99% 0.78% -
XYZ 31.19 15.26 39.83 -
YUV 80.47 179.1 213.26 -
System Red Green Blue C M Y K H S L
Decimal 200 2 171 0 0.99 0.14 0.22 308.79 0.98 0.4
Hex C8 2 AB 0 63 E 16 135 62 28
Octal 310 2 253 0 143 16 26 465 142 50
Binary 11001000 10 10101011 0 1100011 1110 10110 100110101 1100010 101000

Color Harmonies of #C802AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802AB

Black with #C802AB

Text Example


Text Example

White with #C802AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802AB; }

 p { color: rgb(200,2,171); }

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

background-color css

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

 a { background-color: rgb(200,2,171); }

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

border-color css

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

 span { border-color: rgb(200,2,171); }

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