Html Css Color HEX #C52E74 Medium Red Violet

📋 copy color: '#C52E74'

red 197 ◦ green 46 ◦ blue 116

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

Shades of Medium Red Violet #C52E74

Tints of Medium Red Violet #C52E74

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.81%

 BLUE value IS 116 (45.7% from 255) = 32.31%

R = 54.87%
G = 12.81%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C52E74 (or 0xC52E74) is known color: Medium Red Violet. HEX triplet: C5, 2E and 74. RGB value is (197,46,116). Sum of RGB (Red+Green+Blue) = 197+46+116=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52E74 is #3AD18B. Grayscale: #636363. Windows color (decimal): -3854732 or 7614149. OLE color: 7614149.

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

Color convert

RGB 197 46 116 -
CMYK 0 0.77 0.41 0.23
HSL 332.19º 0.62% 0.48% -
HSV(B) 332.19º 0.77% 0.77% -
XYZ 27.16 15.09 18 -
YUV 99.13 137.53 197.81 -
System Red Green Blue C M Y K H S L
Decimal 197 46 116 0 0.77 0.41 0.23 332.19 0.62 0.48
Hex C5 2E 74 0 4D 29 17 14C 3E 30
Octal 305 56 164 0 115 51 27 514 76 60
Binary 11000101 101110 1110100 0 1001101 101001 10111 101001100 111110 110000

Color Harmonies of #C52E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52E74

Black with #C52E74

Text Example


Text Example

White with #C52E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52E74; }

 p { color: rgb(197,46,116); }

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

background-color css

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

 a { background-color: rgb(197,46,116); }

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

border-color css

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

 span { border-color: rgb(197,46,116); }

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