Html Css Color HEX #C50D78 Medium Violet Red

📋 copy color: '#C50D78'

red 197 ◦ green 13 ◦ blue 120

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

Shades of Medium Violet Red #C50D78

Tints of Medium Violet Red #C50D78

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.94%

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

R = 59.7%
G = 3.94%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C50D78 (or 0xC50D78) is known color: Medium Violet Red. HEX triplet: C5, 0D and 78. RGB value is (197,13,120). Sum of RGB (Red+Green+Blue) = 197+13+120=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50D78 is #3AF287. Grayscale: #4F4F4F. Windows color (decimal): -3863176 or 7867845. OLE color: 7867845.

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

Color convert

RGB 197 13 120 -
CMYK 0 0.93 0.39 0.23
HSL 325.11º 0.88% 0.41% -
HSV(B) 325.11º 0.93% 0.77% -
XYZ 26.56 13.51 18.98 -
YUV 80.21 150.46 211.3 -
System Red Green Blue C M Y K H S L
Decimal 197 13 120 0 0.93 0.39 0.23 325.11 0.88 0.41
Hex C5 D 78 0 5D 27 17 145 58 29
Octal 305 15 170 0 135 47 27 505 130 51
Binary 11000101 1101 1111000 0 1011101 100111 10111 101000101 1011000 101001

Color Harmonies of #C50D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D78

Black with #C50D78

Text Example


Text Example

White with #C50D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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