Html Css Color HEX #C52CAC Medium Red Violet

📋 copy color: '#C52CAC'

red 197 ◦ green 44 ◦ blue 172

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

Shades of Medium Red Violet #C52CAC

Tints of Medium Red Violet #C52CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.65%

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 47.7%
G = 10.65%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C52CAC (or 0xC52CAC) is known color: Medium Red Violet. HEX triplet: C5, 2C and AC. RGB value is (197,44,172). Sum of RGB (Red+Green+Blue) = 197+44+172=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C52CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52CAC is #3AD353. Grayscale: #676767. Windows color (decimal): -3855188 or 11283653. OLE color: 11283653.

HSL color Cylindrical-coordinate representation of color #C52CAC: hue angle of 309.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52CAC is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 44 172 -
CMYK 0 0.78 0.13 0.23
HSL 309.8º 0.63% 0.47% -
HSV(B) 309.8º 0.78% 0.77% -
XYZ 31.37 16.65 40.59 -
YUV 104.34 166.19 194.09 -
System Red Green Blue C M Y K H S L
Decimal 197 44 172 0 0.78 0.13 0.23 309.8 0.63 0.47
Hex C5 2C AC 0 4E D 17 136 3F 2F
Octal 305 54 254 0 116 15 27 466 77 57
Binary 11000101 101100 10101100 0 1001110 1101 10111 100110110 111111 101111

Color Harmonies of #C52CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52CAC

Black with #C52CAC

Text Example


Text Example

White with #C52CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52CAC; }

 p { color: rgb(197,44,172); }

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

background-color css

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

 a { background-color: rgb(197,44,172); }

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

border-color css

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

 span { border-color: rgb(197,44,172); }

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