Html Css Color HEX #C720DC Deep Magenta

📋 copy color: '#C720DC'

red 199 ◦ green 32 ◦ blue 220

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

Shades of Deep Magenta #C720DC

Tints of Deep Magenta #C720DC

RGB

 RED value IS 199 (78.13% from 255) = 44.12%

 GREEN value IS 32 (12.89% from 255) = 7.1%

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

R = 44.12%
G = 7.1%
B = 48.78%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C720DC (or 0xC720DC) is known color: Deep Magenta. HEX triplet: C7, 20 and DC. RGB value is (199,32,220). Sum of RGB (Red+Green+Blue) = 199+32+220=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #C720DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C720DC is #38DF23. Grayscale: #666666. Windows color (decimal): -3727140 or 14426311. OLE color: 14426311.

HSL color Cylindrical-coordinate representation of color #C720DC: hue angle of 293.3º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C720DC is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 32 220 -
CMYK 0.10 0.85 0 0.14
HSL 293.3º 0.75% 0.49% -
HSV(B) 293.3º 0.85% 0.86% -
XYZ 36.99 18.34 69.3 -
YUV 103.37 193.83 196.21 -
System Red Green Blue C M Y K H S L
Decimal 199 32 220 0.10 0.85 0 0.14 293.3 0.75 0.49
Hex C7 20 DC A 55 0 E 125 4B 31
Octal 307 40 334 12 125 0 16 445 113 61
Binary 11000111 100000 11011100 1010 1010101 0 1110 100100101 1001011 110001

Color Harmonies of #C720DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C720DC

Black with #C720DC

Text Example


Text Example

White with #C720DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C720DC; }

 p { color: rgb(199,32,220); }

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

background-color css

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

 a { background-color: rgb(199,32,220); }

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

border-color css

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

 span { border-color: rgb(199,32,220); }

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