Html Css Color HEX #C51295 Medium Violet Red

📋 copy color: '#C51295'

red 197 ◦ green 18 ◦ blue 149

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

Shades of Medium Violet Red #C51295

Tints of Medium Violet Red #C51295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.93%

R = 54.12%
G = 4.95%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C51295 (or 0xC51295) is known color: Medium Violet Red. HEX triplet: C5, 12 and 95. RGB value is (197,18,149). Sum of RGB (Red+Green+Blue) = 197+18+149=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C51295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51295 is #3AED6A. Grayscale: #565656. Windows color (decimal): -3861867 or 9769669. OLE color: 9769669.

HSL color Cylindrical-coordinate representation of color #C51295: hue angle of 316.09º 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 #C51295 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 18 149 -
CMYK 0 0.91 0.24 0.23
HSL 316.09º 0.83% 0.42% -
HSV(B) 316.09º 0.91% 0.77% -
XYZ 28.67 14.47 29.72 -
YUV 86.46 163.3 206.85 -
System Red Green Blue C M Y K H S L
Decimal 197 18 149 0 0.91 0.24 0.23 316.09 0.83 0.42
Hex C5 12 95 0 5B 18 17 13C 53 2A
Octal 305 22 225 0 133 30 27 474 123 52
Binary 11000101 10010 10010101 0 1011011 11000 10111 100111100 1010011 101010

Color Harmonies of #C51295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51295

Black with #C51295

Text Example


Text Example

White with #C51295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51295; }

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

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

background-color css

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

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

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

border-color css

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

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

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