Html Css Color HEX #C52591 Medium Violet Red

📋 copy color: '#C52591'

red 197 ◦ green 37 ◦ blue 145

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

Shades of Medium Violet Red #C52591

Tints of Medium Violet Red #C52591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.76%

 BLUE value IS 145 (57.03% from 255) = 38.26%

R = 51.98%
G = 9.76%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C52591 (or 0xC52591) is known color: Medium Violet Red. HEX triplet: C5, 25 and 91. RGB value is (197,37,145). Sum of RGB (Red+Green+Blue) = 197+37+145=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C52591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52591 is #3ADA6E. Grayscale: #606060. Windows color (decimal): -3857007 or 9512389. OLE color: 9512389.

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

Color convert

RGB 197 37 145 -
CMYK 0 0.81 0.26 0.23
HSL 319.5º 0.68% 0.46% -
HSV(B) 319.5º 0.81% 0.77% -
XYZ 28.8 15.24 28.21 -
YUV 97.15 155.01 199.22 -
System Red Green Blue C M Y K H S L
Decimal 197 37 145 0 0.81 0.26 0.23 319.5 0.68 0.46
Hex C5 25 91 0 51 1A 17 140 44 2E
Octal 305 45 221 0 121 32 27 500 104 56
Binary 11000101 100101 10010001 0 1010001 11010 10111 101000000 1000100 101110

Color Harmonies of #C52591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52591

Black with #C52591

Text Example


Text Example

White with #C52591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52591; }

 p { color: rgb(197,37,145); }

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

background-color css

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

 a { background-color: rgb(197,37,145); }

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

border-color css

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

 span { border-color: rgb(197,37,145); }

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