Html Css Color HEX #C51178 Medium Violet Red

📋 copy color: '#C51178'

red 197 ◦ green 17 ◦ blue 120

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

Shades of Medium Violet Red #C51178

Tints of Medium Violet Red #C51178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.09%

 BLUE value IS 120 (47.27% from 255) = 35.93%

R = 58.98%
G = 5.09%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C51178 (or 0xC51178) is known color: Medium Violet Red. HEX triplet: C5, 11 and 78. RGB value is (197,17,120). Sum of RGB (Red+Green+Blue) = 197+17+120=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C51178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51178 is #3AEE87. Grayscale: #525252. Windows color (decimal): -3862152 or 7868869. OLE color: 7868869.

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

Color convert

RGB 197 17 120 -
CMYK 0 0.91 0.39 0.23
HSL 325.67º 0.84% 0.42% -
HSV(B) 325.67º 0.91% 0.77% -
XYZ 26.62 13.63 19 -
YUV 82.56 149.13 209.62 -
System Red Green Blue C M Y K H S L
Decimal 197 17 120 0 0.91 0.39 0.23 325.67 0.84 0.42
Hex C5 11 78 0 5B 27 17 146 54 2A
Octal 305 21 170 0 133 47 27 506 124 52
Binary 11000101 10001 1111000 0 1011011 100111 10111 101000110 1010100 101010

Color Harmonies of #C51178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51178

Black with #C51178

Text Example


Text Example

White with #C51178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51178; }

 p { color: rgb(197,17,120); }

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

background-color css

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

 a { background-color: rgb(197,17,120); }

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

border-color css

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

 span { border-color: rgb(197,17,120); }

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