Html Css Color HEX #C80DBF Deep Magenta

📋 copy color: '#C80DBF'

red 200 ◦ green 13 ◦ blue 191

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

Shades of Deep Magenta #C80DBF

Tints of Deep Magenta #C80DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.28%

R = 49.5%
G = 3.22%
B = 47.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C80DBF (or 0xC80DBF) is known color: Deep Magenta. HEX triplet: C8, 0D and BF. RGB value is (200,13,191). Sum of RGB (Red+Green+Blue) = 200+13+191=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C80DBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DBF is #37F240. Grayscale: #585858. Windows color (decimal): -3666497 or 12520904. OLE color: 12520904.

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

Color convert

RGB 200 13 191 -
CMYK 0 0.94 0.04 0.22
HSL 302.89º 0.88% 0.42% -
HSV(B) 302.89º 0.94% 0.78% -
XYZ 33.37 16.33 50.68 -
YUV 89.21 185.45 207.03 -
System Red Green Blue C M Y K H S L
Decimal 200 13 191 0 0.94 0.04 0.22 302.89 0.88 0.42
Hex C8 D BF 0 5E 4 16 12F 58 2A
Octal 310 15 277 0 136 4 26 457 130 52
Binary 11001000 1101 10111111 0 1011110 100 10110 100101111 1011000 101010

Color Harmonies of #C80DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DBF

Black with #C80DBF

Text Example


Text Example

White with #C80DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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