Html Css Color HEX #C51570 Medium Violet Red

📋 copy color: '#C51570'

red 197 ◦ green 21 ◦ blue 112

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

Shades of Medium Violet Red #C51570

Tints of Medium Violet Red #C51570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.94%

R = 59.7%
G = 6.36%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C51570 (or 0xC51570) is known color: Medium Violet Red. HEX triplet: C5, 15 and 70. RGB value is (197,21,112). Sum of RGB (Red+Green+Blue) = 197+21+112=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C51570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51570 is #3AEA8F. Grayscale: #535353. Windows color (decimal): -3861136 or 7345605. OLE color: 7345605.

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

Color convert

RGB 197 21 112 -
CMYK 0 0.89 0.43 0.23
HSL 328.98º 0.81% 0.43% -
HSV(B) 328.98º 0.89% 0.77% -
XYZ 26.22 13.58 16.57 -
YUV 84 143.81 208.6 -
System Red Green Blue C M Y K H S L
Decimal 197 21 112 0 0.89 0.43 0.23 328.98 0.81 0.43
Hex C5 15 70 0 59 2B 17 149 51 2B
Octal 305 25 160 0 131 53 27 511 121 53
Binary 11000101 10101 1110000 0 1011001 101011 10111 101001001 1010001 101011

Color Harmonies of #C51570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51570

Black with #C51570

Text Example


Text Example

White with #C51570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51570; }

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

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

background-color css

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

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

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

border-color css

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

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

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