#C52ACA

Color #C52ACA Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C52ACA

Tints of Deep Magenta #C52ACA

Color information

#C52ACA (or 0xC52ACA) is unknown color: approx Deep Magenta. HEX triplet: C5, 2A and CA. RGB value is (197,42,202). Sum of RGB (Red+Green+Blue) = 197+42+202=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #C52ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ACA is #3AD535. Grayscale: #6A6A6A. Windows color (decimal): -3855670 or 13249221. OLE color: 13249221.

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

Color convert

RGB19742202-
CMYK0.020.7900.21
HSL298.12º65.57%47.84%-
HSV(B)298.12º79.21%79.22%-
XYZ34.5117.7957.49-
YUV106.58181.85192.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 42 (16.80% from 255) = 9.52%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=44.67%
G=9.52%
B=45.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197422020.020.7900.21298.1265.5747.84
HexC52ACA24F01512a4230
Octal30552312211702545210260
Binary11000101101010110010101010011110101011001010101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52ACA; }

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

 H1.HeaderClassName
 {
   color: #C52ACA;
 }
 .AnyTagClassName
 {
   color: #C52ACA;
 }
</style>
background-color css

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

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

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

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

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

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