Html Css Color HEX #C802B5 Deep Magenta

📋 copy color: '#C802B5'

red 200 ◦ green 2 ◦ blue 181

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

Shades of Deep Magenta #C802B5

Tints of Deep Magenta #C802B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.26%

R = 52.22%
G = 0.52%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C802B5 (or 0xC802B5) is known color: Deep Magenta. HEX triplet: C8, 02 and B5. RGB value is (200,2,181). Sum of RGB (Red+Green+Blue) = 200+2+181=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C802B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802B5 is #37FD4A. Grayscale: #515151. Windows color (decimal): -3669323 or 11862728. OLE color: 11862728.

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

Color convert

RGB 200 2 181 -
CMYK 0 0.99 0.09 0.22
HSL 305.76º 0.98% 0.4% -
HSV(B) 305.76º 0.99% 0.78% -
XYZ 32.18 15.66 45.04 -
YUV 81.61 184.1 212.45 -
System Red Green Blue C M Y K H S L
Decimal 200 2 181 0 0.99 0.09 0.22 305.76 0.98 0.4
Hex C8 2 B5 0 63 9 16 132 62 28
Octal 310 2 265 0 143 11 26 462 142 50
Binary 11001000 10 10110101 0 1100011 1001 10110 100110010 1100010 101000

Color Harmonies of #C802B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802B5

Black with #C802B5

Text Example


Text Example

White with #C802B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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