Html Css Color HEX #C51575 Medium Violet Red

📋 copy color: '#C51575'

red 197 ◦ green 21 ◦ blue 117

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

Shades of Medium Violet Red #C51575

Tints of Medium Violet Red #C51575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.27%

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

R = 58.81%
G = 6.27%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C51575 (or 0xC51575) is known color: Medium Violet Red. HEX triplet: C5, 15 and 75. RGB value is (197,21,117). Sum of RGB (Red+Green+Blue) = 197+21+117=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C51575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51575 is #3AEA8A. Grayscale: #545454. Windows color (decimal): -3861131 or 7673285. OLE color: 7673285.

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

Color convert

RGB 197 21 117 -
CMYK 0 0.89 0.41 0.23
HSL 327.27º 0.81% 0.43% -
HSV(B) 327.27º 0.89% 0.77% -
XYZ 26.51 13.69 18.08 -
YUV 84.57 146.31 208.19 -
System Red Green Blue C M Y K H S L
Decimal 197 21 117 0 0.89 0.41 0.23 327.27 0.81 0.43
Hex C5 15 75 0 59 29 17 147 51 2B
Octal 305 25 165 0 131 51 27 507 121 53
Binary 11000101 10101 1110101 0 1011001 101001 10111 101000111 1010001 101011

Color Harmonies of #C51575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51575

Black with #C51575

Text Example


Text Example

White with #C51575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51575; }

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

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

background-color css

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

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

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

border-color css

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

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

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