Html Css Color HEX #C80CB8 Deep Magenta

📋 copy color: '#C80CB8'

red 200 ◦ green 12 ◦ blue 184

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

Shades of Deep Magenta #C80CB8

Tints of Deep Magenta #C80CB8

RGB

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

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

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

R = 50.51%
G = 3.03%
B = 46.46%

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

#C80CB8 (or 0xC80CB8) is known color: Deep Magenta. HEX triplet: C8, 0C and B8. RGB value is (200,12,184). Sum of RGB (Red+Green+Blue) = 200+12+184=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C80CB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CB8 is #37F347. Grayscale: #575757. Windows color (decimal): -3666760 or 12061896. OLE color: 12061896.

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

Color convert

RGB 200 12 184 -
CMYK 0 0.94 0.08 0.22
HSL 305.11º 0.89% 0.42% -
HSV(B) 305.11º 0.94% 0.78% -
XYZ 32.6 16 46.72 -
YUV 87.82 182.28 208.01 -
System Red Green Blue C M Y K H S L
Decimal 200 12 184 0 0.94 0.08 0.22 305.11 0.89 0.42
Hex C8 C B8 0 5E 8 16 131 59 2A
Octal 310 14 270 0 136 10 26 461 131 52
Binary 11001000 1100 10111000 0 1011110 1000 10110 100110001 1011001 101010

Color Harmonies of #C80CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80CB8

Black with #C80CB8

Text Example


Text Example

White with #C80CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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