Html Css Color HEX #C802B8 Deep Magenta

📋 copy color: '#C802B8'

red 200 ◦ green 2 ◦ blue 184

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

Shades of Deep Magenta #C802B8

Tints of Deep Magenta #C802B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.67%

R = 51.81%
G = 0.52%
B = 47.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C802B8 (or 0xC802B8) is known color: Deep Magenta. HEX triplet: C8, 02 and B8. RGB value is (200,2,184). Sum of RGB (Red+Green+Blue) = 200+2+184=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C802B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802B8 is #37FD47. Grayscale: #515151. Windows color (decimal): -3669320 or 12059336. OLE color: 12059336.

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

Color convert

RGB 200 2 184 -
CMYK 0 0.99 0.08 0.22
HSL 304.85º 0.98% 0.4% -
HSV(B) 304.85º 0.99% 0.78% -
XYZ 32.49 15.78 46.68 -
YUV 81.95 185.6 212.2 -
System Red Green Blue C M Y K H S L
Decimal 200 2 184 0 0.99 0.08 0.22 304.85 0.98 0.4
Hex C8 2 B8 0 63 8 16 131 62 28
Octal 310 2 270 0 143 10 26 461 142 50
Binary 11001000 10 10111000 0 1100011 1000 10110 100110001 1100010 101000

Color Harmonies of #C802B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802B8

Black with #C802B8

Text Example


Text Example

White with #C802B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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