Html Css Color HEX #C80CD5 Deep Magenta

📋 copy color: '#C80CD5'

red 200 ◦ green 12 ◦ blue 213

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

Shades of Deep Magenta #C80CD5

Tints of Deep Magenta #C80CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.12%

R = 47.06%
G = 2.82%
B = 50.12%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C80CD5 (or 0xC80CD5) is known color: Deep Magenta. HEX triplet: C8, 0C and D5. RGB value is (200,12,213). Sum of RGB (Red+Green+Blue) = 200+12+213=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #C80CD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CD5 is #37F32A. Grayscale: #5A5A5A. Windows color (decimal): -3666731 or 13962440. OLE color: 13962440.

HSL color Cylindrical-coordinate representation of color #C80CD5: hue angle of 296.12º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80CD5 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 12 213 -
CMYK 0.06 0.94 0 0.16
HSL 296.12º 0.89% 0.44% -
HSV(B) 296.12º 0.94% 0.84% -
XYZ 35.96 17.35 64.4 -
YUV 91.13 196.78 205.66 -
System Red Green Blue C M Y K H S L
Decimal 200 12 213 0.06 0.94 0 0.16 296.12 0.89 0.44
Hex C8 C D5 6 5E 0 10 128 59 2C
Octal 310 14 325 6 136 0 20 450 131 54
Binary 11001000 1100 11010101 110 1011110 0 10000 100101000 1011001 101100

Color Harmonies of #C80CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80CD5

Black with #C80CD5

Text Example


Text Example

White with #C80CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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