Html Css Color HEX #C51297 Medium Violet Red

📋 copy color: '#C51297'

red 197 ◦ green 18 ◦ blue 151

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

Shades of Medium Violet Red #C51297

Tints of Medium Violet Red #C51297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.92%

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

R = 53.83%
G = 4.92%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C51297 (or 0xC51297) is known color: Medium Violet Red. HEX triplet: C5, 12 and 97. RGB value is (197,18,151). Sum of RGB (Red+Green+Blue) = 197+18+151=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C51297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51297 is #3AED68. Grayscale: #565656. Windows color (decimal): -3861865 or 9900741. OLE color: 9900741.

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

Color convert

RGB 197 18 151 -
CMYK 0 0.91 0.23 0.23
HSL 315.42º 0.83% 0.42% -
HSV(B) 315.42º 0.91% 0.77% -
XYZ 28.83 14.54 30.56 -
YUV 86.68 164.3 206.69 -
System Red Green Blue C M Y K H S L
Decimal 197 18 151 0 0.91 0.23 0.23 315.42 0.83 0.42
Hex C5 12 97 0 5B 17 17 13B 53 2A
Octal 305 22 227 0 133 27 27 473 123 52
Binary 11000101 10010 10010111 0 1011011 10111 10111 100111011 1010011 101010

Color Harmonies of #C51297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51297

Black with #C51297

Text Example


Text Example

White with #C51297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51297; }

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

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

background-color css

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

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

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

border-color css

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

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

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