Html Css Color HEX #C80CBA Deep Magenta

📋 copy color: '#C80CBA'

red 200 ◦ green 12 ◦ blue 186

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

Shades of Deep Magenta #C80CBA

Tints of Deep Magenta #C80CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.73%

R = 50.25%
G = 3.02%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C80CBA (or 0xC80CBA) is known color: Deep Magenta. HEX triplet: C8, 0C and BA. RGB value is (200,12,186). Sum of RGB (Red+Green+Blue) = 200+12+186=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C80CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CBA is #37F345. Grayscale: #575757. Windows color (decimal): -3666758 or 12192968. OLE color: 12192968.

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

Color convert

RGB 200 12 186 -
CMYK 0 0.94 0.07 0.22
HSL 304.47º 0.89% 0.42% -
HSV(B) 304.47º 0.94% 0.78% -
XYZ 32.81 16.09 47.83 -
YUV 88.05 183.28 207.85 -
System Red Green Blue C M Y K H S L
Decimal 200 12 186 0 0.94 0.07 0.22 304.47 0.89 0.42
Hex C8 C BA 0 5E 7 16 130 59 2A
Octal 310 14 272 0 136 7 26 460 131 52
Binary 11001000 1100 10111010 0 1011110 111 10110 100110000 1011001 101010

Color Harmonies of #C80CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80CBA

Black with #C80CBA

Text Example


Text Example

White with #C80CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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