Html Css Color HEX #C520C3 Deep Magenta

📋 copy color: '#C520C3'

red 197 ◦ green 32 ◦ blue 195

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

Shades of Deep Magenta #C520C3

Tints of Deep Magenta #C520C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.99%

R = 46.46%
G = 7.55%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C520C3 (or 0xC520C3) is known color: Deep Magenta. HEX triplet: C5, 20 and C3. RGB value is (197,32,195). Sum of RGB (Red+Green+Blue) = 197+32+195=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 195 (76.56% from 255 or 45.99% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C520C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C520C3 is #3ADF3C. Grayscale: #636363. Windows color (decimal): -3858237 or 12787909. OLE color: 12787909.

HSL color Cylindrical-coordinate representation of color #C520C3: hue angle of 300.73º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C520C3 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 32 195 -
CMYK 0 0.84 0.01 0.23
HSL 300.73º 0.72% 0.45% -
HSV(B) 300.73º 0.84% 0.77% -
XYZ 33.39 16.84 53.12 -
YUV 99.92 181.66 197.25 -
System Red Green Blue C M Y K H S L
Decimal 197 32 195 0 0.84 0.01 0.23 300.73 0.72 0.45
Hex C5 20 C3 0 54 1 17 12D 48 2D
Octal 305 40 303 0 124 1 27 455 110 55
Binary 11000101 100000 11000011 0 1010100 1 10111 100101101 1001000 101101

Color Harmonies of #C520C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C520C3

Black with #C520C3

Text Example


Text Example

White with #C520C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C520C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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