Html Css Color HEX #C51975 Medium Violet Red

📋 copy color: '#C51975'

red 197 ◦ green 25 ◦ blue 117

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

Shades of Medium Violet Red #C51975

Tints of Medium Violet Red #C51975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.37%

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 58.11%
G = 7.37%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C51975 (or 0xC51975) is known color: Medium Violet Red. HEX triplet: C5, 19 and 75. RGB value is (197,25,117). Sum of RGB (Red+Green+Blue) = 197+25+117=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C51975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51975 is #3AE68A. Grayscale: #565656. Windows color (decimal): -3860107 or 7674309. OLE color: 7674309.

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

Color convert

RGB 197 25 117 -
CMYK 0 0.87 0.41 0.23
HSL 327.91º 0.77% 0.44% -
HSV(B) 327.91º 0.87% 0.77% -
XYZ 26.58 13.85 18.1 -
YUV 86.92 144.98 206.52 -
System Red Green Blue C M Y K H S L
Decimal 197 25 117 0 0.87 0.41 0.23 327.91 0.77 0.44
Hex C5 19 75 0 57 29 17 148 4D 2C
Octal 305 31 165 0 127 51 27 510 115 54
Binary 11000101 11001 1110101 0 1010111 101001 10111 101001000 1001101 101100

Color Harmonies of #C51975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51975

Black with #C51975

Text Example


Text Example

White with #C51975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51975; }

 p { color: rgb(197,25,117); }

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

background-color css

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

 a { background-color: rgb(197,25,117); }

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

border-color css

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

 span { border-color: rgb(197,25,117); }

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