Html Css Color HEX #C520DB Deep Magenta

📋 copy color: '#C520DB'

red 197 ◦ green 32 ◦ blue 219

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

Shades of Deep Magenta #C520DB

Tints of Deep Magenta #C520DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.88%

R = 43.97%
G = 7.14%
B = 48.88%

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

#C520DB (or 0xC520DB) is known color: Deep Magenta. HEX triplet: C5, 20 and DB. RGB value is (197,32,219). Sum of RGB (Red+Green+Blue) = 197+32+219=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #C520DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C520DB is #3ADF24. Grayscale: #666666. Windows color (decimal): -3858213 or 14360773. OLE color: 14360773.

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

Color convert

RGB 197 32 219 -
CMYK 0.10 0.85 0 0.14
HSL 292.94º 0.75% 0.49% -
HSV(B) 292.94º 0.85% 0.86% -
XYZ 36.33 18.02 68.58 -
YUV 102.65 193.66 195.29 -
System Red Green Blue C M Y K H S L
Decimal 197 32 219 0.10 0.85 0 0.14 292.94 0.75 0.49
Hex C5 20 DB A 55 0 E 125 4B 31
Octal 305 40 333 12 125 0 16 445 113 61
Binary 11000101 100000 11011011 1010 1010101 0 1110 100100101 1001011 110001

Color Harmonies of #C520DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C520DB

Black with #C520DB

Text Example


Text Example

White with #C520DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C520DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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