Html Css Color HEX #C52079 Medium Violet Red

📋 copy color: '#C52079'

red 197 ◦ green 32 ◦ blue 121

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

Shades of Medium Violet Red #C52079

Tints of Medium Violet Red #C52079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.14%

 BLUE value IS 121 (47.66% from 255) = 34.57%

R = 56.29%
G = 9.14%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C52079 (or 0xC52079) is known color: Medium Violet Red. HEX triplet: C5, 20 and 79. RGB value is (197,32,121). Sum of RGB (Red+Green+Blue) = 197+32+121=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C52079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52079 is #3ADF86. Grayscale: #5B5B5B. Windows color (decimal): -3858311 or 7938245. OLE color: 7938245.

HSL color Cylindrical-coordinate representation of color #C52079: hue angle of 327.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C52079 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 32 121 -
CMYK 0 0.84 0.39 0.23
HSL 327.64º 0.72% 0.45% -
HSV(B) 327.64º 0.84% 0.77% -
XYZ 26.99 14.28 19.42 -
YUV 91.48 144.66 203.26 -
System Red Green Blue C M Y K H S L
Decimal 197 32 121 0 0.84 0.39 0.23 327.64 0.72 0.45
Hex C5 20 79 0 54 27 17 148 48 2D
Octal 305 40 171 0 124 47 27 510 110 55
Binary 11000101 100000 1111001 0 1010100 100111 10111 101001000 1001000 101101

Color Harmonies of #C52079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52079

Black with #C52079

Text Example


Text Example

White with #C52079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52079; }

 p { color: rgb(197,32,121); }

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

background-color css

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

 a { background-color: rgb(197,32,121); }

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

border-color css

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

 span { border-color: rgb(197,32,121); }

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