Html Css Color HEX #C802AF Deep Magenta

📋 copy color: '#C802AF'

red 200 ◦ green 2 ◦ blue 175

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

Shades of Deep Magenta #C802AF

Tints of Deep Magenta #C802AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.42%

R = 53.05%
G = 0.53%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C802AF (or 0xC802AF) is known color: Deep Magenta. HEX triplet: C8, 02 and AF. RGB value is (200,2,175). Sum of RGB (Red+Green+Blue) = 200+2+175=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C802AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C802AF is #37FD50. Grayscale: #505050. Windows color (decimal): -3669329 or 11469512. OLE color: 11469512.

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

Color convert

RGB 200 2 175 -
CMYK 0 0.99 0.12 0.22
HSL 307.58º 0.98% 0.4% -
HSV(B) 307.58º 0.99% 0.78% -
XYZ 31.58 15.42 41.87 -
YUV 80.92 181.1 212.93 -
System Red Green Blue C M Y K H S L
Decimal 200 2 175 0 0.99 0.12 0.22 307.58 0.98 0.4
Hex C8 2 AF 0 63 C 16 134 62 28
Octal 310 2 257 0 143 14 26 464 142 50
Binary 11001000 10 10101111 0 1100011 1100 10110 100110100 1100010 101000

Color Harmonies of #C802AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802AF

Black with #C802AF

Text Example


Text Example

White with #C802AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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