Html Css Color HEX #C52ACB Deep Magenta

📋 copy color: '#C52ACB'

red 197 ◦ green 42 ◦ blue 203

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

Shades of Deep Magenta #C52ACB

Tints of Deep Magenta #C52ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 44.57%
G = 9.5%
B = 45.93%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C52ACB (or 0xC52ACB) is known color: Deep Magenta. HEX triplet: C5, 2A and CB. RGB value is (197,42,203). Sum of RGB (Red+Green+Blue) = 197+42+203=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #C52ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52ACB is #3AD534. Grayscale: #6A6A6A. Windows color (decimal): -3855669 or 13314757. OLE color: 13314757.

HSL color Cylindrical-coordinate representation of color #C52ACB: hue angle of 297.76º 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 #C52ACB is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 42 203 -
CMYK 0.03 0.79 0 0.20
HSL 297.76º 0.66% 0.48% -
HSV(B) 297.76º 0.79% 0.8% -
XYZ 34.63 17.84 58.12 -
YUV 106.7 182.35 192.41 -
System Red Green Blue C M Y K H S L
Decimal 197 42 203 0.03 0.79 0 0.20 297.76 0.66 0.48
Hex C5 2A CB 3 4F 0 14 12A 42 30
Octal 305 52 313 3 117 0 24 452 102 60
Binary 11000101 101010 11001011 11 1001111 0 10100 100101010 1000010 110000

Color Harmonies of #C52ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52ACB

Black with #C52ACB

Text Example


Text Example

White with #C52ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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