Html Css Color HEX #C802AC Deep Magenta

📋 copy color: '#C802AC'

red 200 ◦ green 2 ◦ blue 172

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

Shades of Deep Magenta #C802AC

Tints of Deep Magenta #C802AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 53.48%
G = 0.53%
B = 45.99%

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

#C802AC (or 0xC802AC) is known color: Deep Magenta. HEX triplet: C8, 02 and AC. RGB value is (200,2,172). Sum of RGB (Red+Green+Blue) = 200+2+172=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C802AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C802AC is #37FD53. Grayscale: #505050. Windows color (decimal): -3669332 or 11272904. OLE color: 11272904.

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

Color convert

RGB 200 2 172 -
CMYK 0 0.99 0.14 0.22
HSL 308.48º 0.98% 0.4% -
HSV(B) 308.48º 0.99% 0.78% -
XYZ 31.29 15.3 40.33 -
YUV 80.58 179.6 213.18 -
System Red Green Blue C M Y K H S L
Decimal 200 2 172 0 0.99 0.14 0.22 308.48 0.98 0.4
Hex C8 2 AC 0 63 E 16 134 62 28
Octal 310 2 254 0 143 16 26 464 142 50
Binary 11001000 10 10101100 0 1100011 1110 10110 100110100 1100010 101000

Color Harmonies of #C802AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802AC

Black with #C802AC

Text Example


Text Example

White with #C802AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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