Html Css Color HEX #C520DC Deep Magenta

📋 copy color: '#C520DC'

red 197 ◦ green 32 ◦ blue 220

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

Shades of Deep Magenta #C520DC

Tints of Deep Magenta #C520DC

RGB

 RED value IS 197 (77.34% from 255) = 43.88%

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

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

R = 43.88%
G = 7.13%
B = 49%

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

#C520DC (or 0xC520DC) is known color: Deep Magenta. HEX triplet: C5, 20 and DC. RGB value is (197,32,220). Sum of RGB (Red+Green+Blue) = 197+32+220=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #C520DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C520DC is #3ADF23. Grayscale: #666666. Windows color (decimal): -3858212 or 14426309. OLE color: 14426309.

HSL color Cylindrical-coordinate representation of color #C520DC: hue angle of 292.66º 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 #C520DC is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 32 220 -
CMYK 0.10 0.85 0 0.14
HSL 292.66º 0.75% 0.49% -
HSV(B) 292.66º 0.85% 0.86% -
XYZ 36.46 18.07 69.28 -
YUV 102.77 194.16 195.21 -
System Red Green Blue C M Y K H S L
Decimal 197 32 220 0.10 0.85 0 0.14 292.66 0.75 0.49
Hex C5 20 DC A 55 0 E 125 4B 31
Octal 305 40 334 12 125 0 16 445 113 61
Binary 11000101 100000 11011100 1010 1010101 0 1110 100100101 1001011 110001

Color Harmonies of #C520DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C520DC

Black with #C520DC

Text Example


Text Example

White with #C520DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C520DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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