Html Css Color HEX #C802AD Deep Magenta

📋 copy color: '#C802AD'

red 200 ◦ green 2 ◦ blue 173

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

Shades of Deep Magenta #C802AD

Tints of Deep Magenta #C802AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.13%

R = 53.33%
G = 0.53%
B = 46.13%

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

#C802AD (or 0xC802AD) is known color: Deep Magenta. HEX triplet: C8, 02 and AD. RGB value is (200,2,173). Sum of RGB (Red+Green+Blue) = 200+2+173=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C802AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C802AD is #37FD52. Grayscale: #505050. Windows color (decimal): -3669331 or 11338440. OLE color: 11338440.

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

Color convert

RGB 200 2 173 -
CMYK 0 0.99 0.14 0.22
HSL 308.18º 0.98% 0.4% -
HSV(B) 308.18º 0.99% 0.78% -
XYZ 31.38 15.34 40.84 -
YUV 80.7 180.1 213.1 -
System Red Green Blue C M Y K H S L
Decimal 200 2 173 0 0.99 0.14 0.22 308.18 0.98 0.4
Hex C8 2 AD 0 63 E 16 134 62 28
Octal 310 2 255 0 143 16 26 464 142 50
Binary 11001000 10 10101101 0 1100011 1110 10110 100110100 1100010 101000

Color Harmonies of #C802AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802AD

Black with #C802AD

Text Example


Text Example

White with #C802AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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