Html Css Color HEX #C802BE Deep Magenta

📋 copy color: '#C802BE'

red 200 ◦ green 2 ◦ blue 190

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

Shades of Deep Magenta #C802BE

Tints of Deep Magenta #C802BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 51.02%
G = 0.51%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C802BE (or 0xC802BE) is known color: Deep Magenta. HEX triplet: C8, 02 and BE. RGB value is (200,2,190). Sum of RGB (Red+Green+Blue) = 200+2+190=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C802BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C802BE is #37FD41. Grayscale: #525252. Windows color (decimal): -3669314 or 12452552. OLE color: 12452552.

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

Color convert

RGB 200 2 190 -
CMYK 0 0.99 0.05 0.22
HSL 303.03º 0.98% 0.4% -
HSV(B) 303.03º 0.99% 0.78% -
XYZ 33.14 16.04 50.06 -
YUV 82.63 188.6 211.71 -
System Red Green Blue C M Y K H S L
Decimal 200 2 190 0 0.99 0.05 0.22 303.03 0.98 0.4
Hex C8 2 BE 0 63 5 16 12F 62 28
Octal 310 2 276 0 143 5 26 457 142 50
Binary 11001000 10 10111110 0 1100011 101 10110 100101111 1100010 101000

Color Harmonies of #C802BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C802BE

Black with #C802BE

Text Example


Text Example

White with #C802BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C802BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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