Html Css Color HEX #C52DAA Medium Red Violet

📋 copy color: '#C52DAA'

red 197 ◦ green 45 ◦ blue 170

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

Shades of Medium Red Violet #C52DAA

Tints of Medium Red Violet #C52DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.92%

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 47.82%
G = 10.92%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C52DAA (or 0xC52DAA) is known color: Medium Red Violet. HEX triplet: C5, 2D and AA. RGB value is (197,45,170). Sum of RGB (Red+Green+Blue) = 197+45+170=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C52DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52DAA is #3AD255. Grayscale: #686868. Windows color (decimal): -3854934 or 11152837. OLE color: 11152837.

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

Color convert

RGB 197 45 170 -
CMYK 0 0.77 0.14 0.23
HSL 310.66º 0.63% 0.47% -
HSV(B) 310.66º 0.77% 0.77% -
XYZ 31.22 16.65 39.6 -
YUV 104.7 164.86 193.84 -
System Red Green Blue C M Y K H S L
Decimal 197 45 170 0 0.77 0.14 0.23 310.66 0.63 0.47
Hex C5 2D AA 0 4D E 17 137 3F 2F
Octal 305 55 252 0 115 16 27 467 77 57
Binary 11000101 101101 10101010 0 1001101 1110 10111 100110111 111111 101111

Color Harmonies of #C52DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52DAA

Black with #C52DAA

Text Example


Text Example

White with #C52DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52DAA; }

 p { color: rgb(197,45,170); }

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

background-color css

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

 a { background-color: rgb(197,45,170); }

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

border-color css

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

 span { border-color: rgb(197,45,170); }

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