Html Css Color HEX #C52ACA Deep Magenta

📋 copy color: '#C52ACA'

red 197 ◦ green 42 ◦ blue 202

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

Shades of Deep Magenta #C52ACA

Tints of Deep Magenta #C52ACA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.52%

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

R = 44.67%
G = 9.52%
B = 45.8%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C52ACA (or 0xC52ACA) is known color: 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

RGB 197 42 202 -
CMYK 0.02 0.79 0 0.21
HSL 298.13º 0.66% 0.48% -
HSV(B) 298.13º 0.79% 0.79% -
XYZ 34.51 17.79 57.49 -
YUV 106.59 181.85 192.49 -
System Red Green Blue C M Y K H S L
Decimal 197 42 202 0.02 0.79 0 0.21 298.13 0.66 0.48
Hex C5 2A CA 2 4F 0 15 12A 42 30
Octal 305 52 312 2 117 0 25 452 102 60
Binary 11000101 101010 11001010 10 1001111 0 10101 100101010 1000010 110000

Color Harmonies of #C52ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52ACA

Black with #C52ACA

Text Example


Text Example

White with #C52ACA

Text Example


Text Example

HTML Codes & Css Web 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>