Html Css Color HEX #C51497 Medium Violet Red

📋 copy color: '#C51497'

red 197 ◦ green 20 ◦ blue 151

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

Shades of Medium Violet Red #C51497

Tints of Medium Violet Red #C51497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.43%

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

R = 53.53%
G = 5.43%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C51497 (or 0xC51497) is known color: Medium Violet Red. HEX triplet: C5, 14 and 97. RGB value is (197,20,151). Sum of RGB (Red+Green+Blue) = 197+20+151=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C51497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51497 is #3AEB68. Grayscale: #575757. Windows color (decimal): -3861353 or 9901253. OLE color: 9901253.

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

Color convert

RGB 197 20 151 -
CMYK 0 0.90 0.23 0.23
HSL 315.59º 0.82% 0.43% -
HSV(B) 315.59º 0.9% 0.77% -
XYZ 28.86 14.6 30.58 -
YUV 87.86 163.64 205.85 -
System Red Green Blue C M Y K H S L
Decimal 197 20 151 0 0.90 0.23 0.23 315.59 0.82 0.43
Hex C5 14 97 0 5A 17 17 13C 52 2B
Octal 305 24 227 0 132 27 27 474 122 53
Binary 11000101 10100 10010111 0 1011010 10111 10111 100111100 1010010 101011

Color Harmonies of #C51497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51497

Black with #C51497

Text Example


Text Example

White with #C51497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51497; }

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

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

background-color css

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

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

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

border-color css

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

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

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