Html Css Color HEX #C802A6 Deep Magenta

📋 copy color: '#C802A6'

red 200 ◦ green 2 ◦ blue 166

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

Shades of Deep Magenta #C802A6

Tints of Deep Magenta #C802A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.11%

R = 54.35%
G = 0.54%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C802A6 (or 0xC802A6) is known color: Deep Magenta. HEX triplet: C8, 02 and A6. RGB value is (200,2,166). Sum of RGB (Red+Green+Blue) = 200+2+166=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 166 (65.23% from 255 or 45.11% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C802A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C802A6 is #37FD59. Grayscale: #4F4F4F. Windows color (decimal): -3669338 or 10879688. OLE color: 10879688.

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

Color convert

RGB 200 2 166 -
CMYK 0 0.99 0.17 0.22
HSL 310.3º 0.98% 0.4% -
HSV(B) 310.3º 0.99% 0.78% -
XYZ 30.72 15.08 37.37 -
YUV 79.9 176.6 213.66 -
System Red Green Blue C M Y K H S L
Decimal 200 2 166 0 0.99 0.17 0.22 310.3 0.98 0.4
Hex C8 2 A6 0 63 11 16 136 62 28
Octal 310 2 246 0 143 21 26 466 142 50
Binary 11001000 10 10100110 0 1100011 10001 10110 100110110 1100010 101000

Color Harmonies of #C802A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802A6

Black with #C802A6

Text Example


Text Example

White with #C802A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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