Html Css Color HEX #C80CB9 Deep Magenta

📋 copy color: '#C80CB9'

red 200 ◦ green 12 ◦ blue 185

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

Shades of Deep Magenta #C80CB9

Tints of Deep Magenta #C80CB9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.02%

 BLUE value IS 185 (72.66% from 255) = 46.6%

R = 50.38%
G = 3.02%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C80CB9 (or 0xC80CB9) is known color: Deep Magenta. HEX triplet: C8, 0C and B9. RGB value is (200,12,185). Sum of RGB (Red+Green+Blue) = 200+12+185=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C80CB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CB9 is #37F346. Grayscale: #575757. Windows color (decimal): -3666759 or 12127432. OLE color: 12127432.

HSL color Cylindrical-coordinate representation of color #C80CB9: hue angle of 304.79º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80CB9 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 12 185 -
CMYK 0 0.94 0.08 0.22
HSL 304.79º 0.89% 0.42% -
HSV(B) 304.79º 0.94% 0.78% -
XYZ 32.71 16.05 47.27 -
YUV 87.93 182.78 207.93 -
System Red Green Blue C M Y K H S L
Decimal 200 12 185 0 0.94 0.08 0.22 304.79 0.89 0.42
Hex C8 C B9 0 5E 8 16 131 59 2A
Octal 310 14 271 0 136 10 26 461 131 52
Binary 11001000 1100 10111001 0 1011110 1000 10110 100110001 1011001 101010

Color Harmonies of #C80CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80CB9

Black with #C80CB9

Text Example


Text Example

White with #C80CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80CB9; }

 p { color: rgb(200,12,185); }

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

background-color css

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

 a { background-color: rgb(200,12,185); }

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

border-color css

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

 span { border-color: rgb(200,12,185); }

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