Html Css Color HEX #C520CA Deep Magenta

📋 copy color: '#C520CA'

red 197 ◦ green 32 ◦ blue 202

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

Shades of Deep Magenta #C520CA

Tints of Deep Magenta #C520CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 45.71%
G = 7.42%
B = 46.87%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C520CA (or 0xC520CA) is known color: Deep Magenta. HEX triplet: C5, 20 and CA. RGB value is (197,32,202). Sum of RGB (Red+Green+Blue) = 197+32+202=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #C520CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C520CA is #3ADF35. Grayscale: #646464. Windows color (decimal): -3858230 or 13246661. OLE color: 13246661.

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

Color convert

RGB 197 32 202 -
CMYK 0.02 0.84 0 0.21
HSL 298.24º 0.73% 0.46% -
HSV(B) 298.24º 0.84% 0.79% -
XYZ 34.2 17.17 57.39 -
YUV 100.72 185.16 196.68 -
System Red Green Blue C M Y K H S L
Decimal 197 32 202 0.02 0.84 0 0.21 298.24 0.73 0.46
Hex C5 20 CA 2 54 0 15 12A 49 2E
Octal 305 40 312 2 124 0 25 452 111 56
Binary 11000101 100000 11001010 10 1010100 0 10101 100101010 1001001 101110

Color Harmonies of #C520CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C520CA

Black with #C520CA

Text Example


Text Example

White with #C520CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C520CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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