Html Css Color HEX #C52397 Medium Violet Red

📋 copy color: '#C52397'

red 197 ◦ green 35 ◦ blue 151

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

Shades of Medium Violet Red #C52397

Tints of Medium Violet Red #C52397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.14%

 BLUE value IS 151 (59.38% from 255) = 39.43%

R = 51.44%
G = 9.14%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C52397 (or 0xC52397) is known color: Medium Violet Red. HEX triplet: C5, 23 and 97. RGB value is (197,35,151). Sum of RGB (Red+Green+Blue) = 197+35+151=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C52397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52397 is #3ADC68. Grayscale: #606060. Windows color (decimal): -3857513 or 9905093. OLE color: 9905093.

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

Color convert

RGB 197 35 151 -
CMYK 0 0.82 0.23 0.23
HSL 317.04º 0.7% 0.45% -
HSV(B) 317.04º 0.82% 0.77% -
XYZ 29.21 15.31 30.69 -
YUV 96.66 158.67 199.57 -
System Red Green Blue C M Y K H S L
Decimal 197 35 151 0 0.82 0.23 0.23 317.04 0.7 0.45
Hex C5 23 97 0 52 17 17 13D 46 2D
Octal 305 43 227 0 122 27 27 475 106 55
Binary 11000101 100011 10010111 0 1010010 10111 10111 100111101 1000110 101101

Color Harmonies of #C52397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52397

Black with #C52397

Text Example


Text Example

White with #C52397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52397; }

 p { color: rgb(197,35,151); }

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

background-color css

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

 a { background-color: rgb(197,35,151); }

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

border-color css

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

 span { border-color: rgb(197,35,151); }

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