Html Css Color HEX #C50F78 Medium Violet Red

📋 copy color: '#C50F78'

red 197 ◦ green 15 ◦ blue 120

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

Shades of Medium Violet Red #C50F78

Tints of Medium Violet Red #C50F78

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.52%

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

R = 59.34%
G = 4.52%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C50F78 (or 0xC50F78) is known color: Medium Violet Red. HEX triplet: C5, 0F and 78. RGB value is (197,15,120). Sum of RGB (Red+Green+Blue) = 197+15+120=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50F78 is #3AF087. Grayscale: #515151. Windows color (decimal): -3862664 or 7868357. OLE color: 7868357.

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

Color convert

RGB 197 15 120 -
CMYK 0 0.92 0.39 0.23
HSL 325.38º 0.86% 0.42% -
HSV(B) 325.38º 0.92% 0.77% -
XYZ 26.59 13.57 18.99 -
YUV 81.39 149.8 210.46 -
System Red Green Blue C M Y K H S L
Decimal 197 15 120 0 0.92 0.39 0.23 325.38 0.86 0.42
Hex C5 F 78 0 5C 27 17 145 56 2A
Octal 305 17 170 0 134 47 27 505 126 52
Binary 11000101 1111 1111000 0 1011100 100111 10111 101000101 1010110 101010

Color Harmonies of #C50F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50F78

Black with #C50F78

Text Example


Text Example

White with #C50F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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