Html Css Color HEX #C520D1 Deep Magenta

📋 copy color: '#C520D1'

red 197 ◦ green 32 ◦ blue 209

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

Shades of Deep Magenta #C520D1

Tints of Deep Magenta #C520D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 47.72%

R = 44.98%
G = 7.31%
B = 47.72%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C520D1 (or 0xC520D1) is known color: Deep Magenta. HEX triplet: C5, 20 and D1. RGB value is (197,32,209). Sum of RGB (Red+Green+Blue) = 197+32+209=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #C520D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C520D1 is #3ADF2E. Grayscale: #646464. Windows color (decimal): -3858223 or 13705413. OLE color: 13705413.

HSL color Cylindrical-coordinate representation of color #C520D1: hue angle of 295.93º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C520D1 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 32 209 -
CMYK 0.06 0.85 0 0.18
HSL 295.93º 0.73% 0.47% -
HSV(B) 295.93º 0.85% 0.82% -
XYZ 35.05 17.51 61.85 -
YUV 101.51 188.66 196.11 -
System Red Green Blue C M Y K H S L
Decimal 197 32 209 0.06 0.85 0 0.18 295.93 0.73 0.47
Hex C5 20 D1 6 55 0 12 128 49 2F
Octal 305 40 321 6 125 0 22 450 111 57
Binary 11000101 100000 11010001 110 1010101 0 10010 100101000 1001001 101111

Color Harmonies of #C520D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C520D1

Black with #C520D1

Text Example


Text Example

White with #C520D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C520D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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