Html Css Color HEX #C80DBA Deep Magenta

📋 copy color: '#C80DBA'

red 200 ◦ green 13 ◦ blue 186

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

Shades of Deep Magenta #C80DBA

Tints of Deep Magenta #C80DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.26%

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

R = 50.13%
G = 3.26%
B = 46.62%

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

#C80DBA (or 0xC80DBA) is known color: Deep Magenta. HEX triplet: C8, 0D and BA. RGB value is (200,13,186). Sum of RGB (Red+Green+Blue) = 200+13+186=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DBA is #37F245. Grayscale: #585858. Windows color (decimal): -3666502 or 12193224. OLE color: 12193224.

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

Color convert

RGB 200 13 186 -
CMYK 0 0.94 0.07 0.22
HSL 304.49º 0.88% 0.42% -
HSV(B) 304.49º 0.94% 0.78% -
XYZ 32.83 16.11 47.83 -
YUV 88.64 182.95 207.43 -
System Red Green Blue C M Y K H S L
Decimal 200 13 186 0 0.94 0.07 0.22 304.49 0.88 0.42
Hex C8 D BA 0 5E 7 16 130 58 2A
Octal 310 15 272 0 136 7 26 460 130 52
Binary 11001000 1101 10111010 0 1011110 111 10110 100110000 1011000 101010

Color Harmonies of #C80DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DBA

Black with #C80DBA

Text Example


Text Example

White with #C80DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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