Html Css Color HEX #C50178 Medium Violet Red

📋 copy color: '#C50178'

red 197 ◦ green 1 ◦ blue 120

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

Shades of Medium Violet Red #C50178

Tints of Medium Violet Red #C50178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 61.95%
G = 0.31%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C50178 (or 0xC50178) is known color: Medium Violet Red. HEX triplet: C5, 01 and 78. RGB value is (197,1,120). Sum of RGB (Red+Green+Blue) = 197+1+120=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C50178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50178 is #3AFE87. Grayscale: #484848. Windows color (decimal): -3866248 or 7864773. OLE color: 7864773.

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

Color convert

RGB 197 1 120 -
CMYK 0 0.99 0.39 0.23
HSL 323.57º 0.99% 0.39% -
HSV(B) 323.57º 0.99% 0.77% -
XYZ 26.43 13.25 18.93 -
YUV 73.17 154.43 216.32 -
System Red Green Blue C M Y K H S L
Decimal 197 1 120 0 0.99 0.39 0.23 323.57 0.99 0.39
Hex C5 1 78 0 63 27 17 144 63 27
Octal 305 1 170 0 143 47 27 504 143 47
Binary 11000101 1 1111000 0 1100011 100111 10111 101000100 1100011 100111

Color Harmonies of #C50178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50178

Black with #C50178

Text Example


Text Example

White with #C50178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50178; }

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

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

background-color css

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

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

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

border-color css

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

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

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