Html Css Color HEX #C80DD1 Deep Magenta

📋 copy color: '#C80DD1'

red 200 ◦ green 13 ◦ blue 209

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

Shades of Deep Magenta #C80DD1

Tints of Deep Magenta #C80DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.53%

R = 47.39%
G = 3.08%
B = 49.53%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C80DD1 (or 0xC80DD1) is known color: Deep Magenta. HEX triplet: C8, 0D and D1. RGB value is (200,13,209). Sum of RGB (Red+Green+Blue) = 200+13+209=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 209 (82.03% from 255 or 49.53% from 422); Max value from RGB is 209 - color contains mainly: blue. Hex color #C80DD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DD1 is #37F22E. Grayscale: #5A5A5A. Windows color (decimal): -3666479 or 13700552. OLE color: 13700552.

HSL color Cylindrical-coordinate representation of color #C80DD1: hue angle of 297.24º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80DD1 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 13 209 -
CMYK 0.04 0.94 0 0.18
HSL 297.24º 0.88% 0.44% -
HSV(B) 297.24º 0.94% 0.82% -
XYZ 35.47 17.17 61.77 -
YUV 91.26 194.45 205.56 -
System Red Green Blue C M Y K H S L
Decimal 200 13 209 0.04 0.94 0 0.18 297.24 0.88 0.44
Hex C8 D D1 4 5E 0 12 129 58 2C
Octal 310 15 321 4 136 0 22 451 130 54
Binary 11001000 1101 11010001 100 1011110 0 10010 100101001 1011000 101100

Color Harmonies of #C80DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DD1

Black with #C80DD1

Text Example


Text Example

White with #C80DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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