Html Css Color HEX #C52879 Medium Red Violet

📋 copy color: '#C52879'

red 197 ◦ green 40 ◦ blue 121

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

Shades of Medium Red Violet #C52879

Tints of Medium Red Violet #C52879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.17%

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

R = 55.03%
G = 11.17%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C52879 (or 0xC52879) is known color: Medium Red Violet. HEX triplet: C5, 28 and 79. RGB value is (197,40,121). Sum of RGB (Red+Green+Blue) = 197+40+121=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C52879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52879 is #3AD786. Grayscale: #606060. Windows color (decimal): -3856263 or 7940293. OLE color: 7940293.

HSL color Cylindrical-coordinate representation of color #C52879: hue angle of 329.04º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52879 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 121 -
CMYK 0 0.80 0.39 0.23
HSL 329.04º 0.66% 0.46% -
HSV(B) 329.04º 0.8% 0.77% -
XYZ 27.24 14.77 19.5 -
YUV 96.18 142.01 199.91 -
System Red Green Blue C M Y K H S L
Decimal 197 40 121 0 0.80 0.39 0.23 329.04 0.66 0.46
Hex C5 28 79 0 50 27 17 149 42 2E
Octal 305 50 171 0 120 47 27 511 102 56
Binary 11000101 101000 1111001 0 1010000 100111 10111 101001001 1000010 101110

Color Harmonies of #C52879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52879

Black with #C52879

Text Example


Text Example

White with #C52879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52879; }

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

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

background-color css

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

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

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

border-color css

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

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

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