Html Css Color HEX #C802AE Deep Magenta

📋 copy color: '#C802AE'

red 200 ◦ green 2 ◦ blue 174

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

Shades of Deep Magenta #C802AE

Tints of Deep Magenta #C802AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.28%

R = 53.19%
G = 0.53%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C802AE (or 0xC802AE) is known color: Deep Magenta. HEX triplet: C8, 02 and AE. RGB value is (200,2,174). Sum of RGB (Red+Green+Blue) = 200+2+174=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C802AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C802AE is #37FD51. Grayscale: #505050. Windows color (decimal): -3669330 or 11403976. OLE color: 11403976.

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

Color convert

RGB 200 2 174 -
CMYK 0 0.99 0.13 0.22
HSL 307.88º 0.98% 0.4% -
HSV(B) 307.88º 0.99% 0.78% -
XYZ 31.48 15.38 41.35 -
YUV 80.81 180.6 213.01 -
System Red Green Blue C M Y K H S L
Decimal 200 2 174 0 0.99 0.13 0.22 307.88 0.98 0.4
Hex C8 2 AE 0 63 D 16 134 62 28
Octal 310 2 256 0 143 15 26 464 142 50
Binary 11001000 10 10101110 0 1100011 1101 10110 100110100 1100010 101000

Color Harmonies of #C802AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802AE

Black with #C802AE

Text Example


Text Example

White with #C802AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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