Html Css Color HEX #C52ACC Deep Magenta

📋 copy color: '#C52ACC'

red 197 ◦ green 42 ◦ blue 204

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

Shades of Deep Magenta #C52ACC

Tints of Deep Magenta #C52ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 44.47%
G = 9.48%
B = 46.05%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C52ACC (or 0xC52ACC) is known color: Deep Magenta. HEX triplet: C5, 2A and CC. RGB value is (197,42,204). Sum of RGB (Red+Green+Blue) = 197+42+204=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #C52ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ACC is #3AD533. Grayscale: #6A6A6A. Windows color (decimal): -3855668 or 13380293. OLE color: 13380293.

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

Color convert

RGB 197 42 204 -
CMYK 0.03 0.79 0 0.2
HSL 297.41º 0.66% 0.48% -
HSV(B) 297.41º 0.79% 0.8% -
XYZ 34.75 17.89 58.75 -
YUV 106.81 182.85 192.33 -
System Red Green Blue C M Y K H S L
Decimal 197 42 204 0.03 0.79 0 0.2 297.41 0.66 0.48
Hex C5 2A CC 3 4F 0 14 129 42 30
Octal 305 52 314 3 117 0 24 451 102 60
Binary 11000101 101010 11001100 11 1001111 0 10100 100101001 1000010 110000

Color Harmonies of #C52ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52ACC

Black with #C52ACC

Text Example


Text Example

White with #C52ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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