Html Css Color HEX #C520CD Deep Magenta

📋 copy color: '#C520CD'

red 197 ◦ green 32 ◦ blue 205

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

Shades of Deep Magenta #C520CD

Tints of Deep Magenta #C520CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 45.39%
G = 7.37%
B = 47.24%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C520CD (or 0xC520CD) is known color: Deep Magenta. HEX triplet: C5, 20 and CD. RGB value is (197,32,205). Sum of RGB (Red+Green+Blue) = 197+32+205=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #C520CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C520CD is #3ADF32. Grayscale: #646464. Windows color (decimal): -3858227 or 13443269. OLE color: 13443269.

HSL color Cylindrical-coordinate representation of color #C520CD: hue angle of 297.23º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C520CD is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 32 205 -
CMYK 0.04 0.84 0 0.20
HSL 297.23º 0.73% 0.46% -
HSV(B) 297.23º 0.84% 0.8% -
XYZ 34.56 17.31 59.28 -
YUV 101.06 186.66 196.43 -
System Red Green Blue C M Y K H S L
Decimal 197 32 205 0.04 0.84 0 0.20 297.23 0.73 0.46
Hex C5 20 CD 4 54 0 14 129 49 2E
Octal 305 40 315 4 124 0 24 451 111 56
Binary 11000101 100000 11001101 100 1010100 0 10100 100101001 1001001 101110

Color Harmonies of #C520CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C520CD

Black with #C520CD

Text Example


Text Example

White with #C520CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C520CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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