Html Css Color HEX #C80DDC Deep Magenta

📋 copy color: '#C80DDC'

red 200 ◦ green 13 ◦ blue 220

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

Shades of Deep Magenta #C80DDC

Tints of Deep Magenta #C80DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.81%

R = 46.19%
G = 3%
B = 50.81%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C80DDC (or 0xC80DDC) is known color: Deep Magenta. HEX triplet: C8, 0D and DC. RGB value is (200,13,220). Sum of RGB (Red+Green+Blue) = 200+13+220=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #C80DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DDC is #37F223. Grayscale: #5B5B5B. Windows color (decimal): -3666468 or 14421448. OLE color: 14421448.

HSL color Cylindrical-coordinate representation of color #C80DDC: hue angle of 294.2º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80DDC is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 13 220 -
CMYK 0.09 0.94 0 0.14
HSL 294.2º 0.89% 0.46% -
HSV(B) 294.2º 0.94% 0.86% -
XYZ 36.88 17.73 69.19 -
YUV 92.51 199.95 204.67 -
System Red Green Blue C M Y K H S L
Decimal 200 13 220 0.09 0.94 0 0.14 294.2 0.89 0.46
Hex C8 D DC 9 5E 0 E 126 59 2E
Octal 310 15 334 11 136 0 16 446 131 56
Binary 11001000 1101 11011100 1001 1011110 0 1110 100100110 1011001 101110

Color Harmonies of #C80DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DDC

Black with #C80DDC

Text Example


Text Example

White with #C80DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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