Html Css Color HEX #C52479 Medium Violet Red

📋 copy color: '#C52479'

red 197 ◦ green 36 ◦ blue 121

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

Shades of Medium Violet Red #C52479

Tints of Medium Violet Red #C52479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.17%

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

R = 55.65%
G = 10.17%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C52479 (or 0xC52479) is known color: Medium Violet Red. HEX triplet: C5, 24 and 79. RGB value is (197,36,121). Sum of RGB (Red+Green+Blue) = 197+36+121=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C52479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52479 is #3ADB86. Grayscale: #5D5D5D. Windows color (decimal): -3857287 or 7939269. OLE color: 7939269.

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

Color convert

RGB 197 36 121 -
CMYK 0 0.82 0.39 0.23
HSL 328.32º 0.69% 0.46% -
HSV(B) 328.32º 0.82% 0.77% -
XYZ 27.11 14.51 19.46 -
YUV 93.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 197 36 121 0 0.82 0.39 0.23 328.32 0.69 0.46
Hex C5 24 79 0 52 27 17 148 45 2E
Octal 305 44 171 0 122 47 27 510 105 56
Binary 11000101 100100 1111001 0 1010010 100111 10111 101001000 1000101 101110

Color Harmonies of #C52479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52479

Black with #C52479

Text Example


Text Example

White with #C52479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52479; }

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

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

background-color css

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

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

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

border-color css

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

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

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