Html Css Color HEX #C52AAA Medium Red Violet

📋 copy color: '#C52AAA'

red 197 ◦ green 42 ◦ blue 170

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

Shades of Medium Red Violet #C52AAA

Tints of Medium Red Violet #C52AAA

RGB

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

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

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

R = 48.17%
G = 10.27%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C52AAA (or 0xC52AAA) is known color: Medium Red Violet. HEX triplet: C5, 2A and AA. RGB value is (197,42,170). Sum of RGB (Red+Green+Blue) = 197+42+170=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C52AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52AAA is #3AD555. Grayscale: #666666. Windows color (decimal): -3855702 or 11152069. OLE color: 11152069.

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

Color convert

RGB 197 42 170 -
CMYK 0 0.79 0.14 0.23
HSL 310.45º 0.65% 0.47% -
HSV(B) 310.45º 0.79% 0.77% -
XYZ 31.11 16.43 39.56 -
YUV 102.94 165.85 195.09 -
System Red Green Blue C M Y K H S L
Decimal 197 42 170 0 0.79 0.14 0.23 310.45 0.65 0.47
Hex C5 2A AA 0 4F E 17 136 41 2F
Octal 305 52 252 0 117 16 27 466 101 57
Binary 11000101 101010 10101010 0 1001111 1110 10111 100110110 1000001 101111

Color Harmonies of #C52AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52AAA

Black with #C52AAA

Text Example


Text Example

White with #C52AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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