Html Css Color HEX #C51770 Medium Violet Red

📋 copy color: '#C51770'

red 197 ◦ green 23 ◦ blue 112

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

Shades of Medium Violet Red #C51770

Tints of Medium Violet Red #C51770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.93%

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

R = 59.34%
G = 6.93%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C51770 (or 0xC51770) is known color: Medium Violet Red. HEX triplet: C5, 17 and 70. RGB value is (197,23,112). Sum of RGB (Red+Green+Blue) = 197+23+112=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C51770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51770 is #3AE88F. Grayscale: #545454. Windows color (decimal): -3860624 or 7346117. OLE color: 7346117.

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

Color convert

RGB 197 23 112 -
CMYK 0 0.88 0.43 0.23
HSL 329.31º 0.79% 0.43% -
HSV(B) 329.31º 0.88% 0.77% -
XYZ 26.26 13.65 16.58 -
YUV 85.17 143.15 207.76 -
System Red Green Blue C M Y K H S L
Decimal 197 23 112 0 0.88 0.43 0.23 329.31 0.79 0.43
Hex C5 17 70 0 58 2B 17 149 4F 2B
Octal 305 27 160 0 130 53 27 511 117 53
Binary 11000101 10111 1110000 0 1011000 101011 10111 101001001 1001111 101011

Color Harmonies of #C51770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51770

Black with #C51770

Text Example


Text Example

White with #C51770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51770; }

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

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

background-color css

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

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

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

border-color css

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

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

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