Html Css Color HEX #C80DCC Deep Magenta

📋 copy color: '#C80DCC'

red 200 ◦ green 13 ◦ blue 204

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

Shades of Deep Magenta #C80DCC

Tints of Deep Magenta #C80DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 47.96%
G = 3.12%
B = 48.92%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C80DCC (or 0xC80DCC) is known color: Deep Magenta. HEX triplet: C8, 0D and CC. RGB value is (200,13,204). Sum of RGB (Red+Green+Blue) = 200+13+204=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 13 (5.47% from 255 or 3.12% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #C80DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80DCC is #37F233. Grayscale: #5A5A5A. Windows color (decimal): -3666484 or 13372872. OLE color: 13372872.

HSL color Cylindrical-coordinate representation of color #C80DCC: hue angle of 298.74º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80DCC is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 13 204 -
CMYK 0.02 0.94 0 0.2
HSL 298.74º 0.88% 0.43% -
HSV(B) 298.74º 0.94% 0.8% -
XYZ 34.86 16.93 58.56 -
YUV 90.69 191.95 205.97 -
System Red Green Blue C M Y K H S L
Decimal 200 13 204 0.02 0.94 0 0.2 298.74 0.88 0.43
Hex C8 D CC 2 5E 0 14 12B 58 2B
Octal 310 15 314 2 136 0 24 453 130 53
Binary 11001000 1101 11001100 10 1011110 0 10100 100101011 1011000 101011

Color Harmonies of #C80DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80DCC

Black with #C80DCC

Text Example


Text Example

White with #C80DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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