Html Css Color HEX #C50F7F Medium Violet Red

📋 copy color: '#C50F7F'

red 197 ◦ green 15 ◦ blue 127

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

Shades of Medium Violet Red #C50F7F

Tints of Medium Violet Red #C50F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.46%

R = 58.11%
G = 4.42%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C50F7F (or 0xC50F7F) is known color: Medium Violet Red. HEX triplet: C5, 0F and 7F. RGB value is (197,15,127). Sum of RGB (Red+Green+Blue) = 197+15+127=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50F7F is #3AF080. Grayscale: #515151. Windows color (decimal): -3862657 or 8327109. OLE color: 8327109.

HSL color Cylindrical-coordinate representation of color #C50F7F: hue angle of 323.08º 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 #C50F7F is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 15 127 -
CMYK 0 0.92 0.36 0.23
HSL 323.08º 0.86% 0.42% -
HSV(B) 323.08º 0.92% 0.77% -
XYZ 27.03 13.74 21.31 -
YUV 82.19 153.3 209.89 -
System Red Green Blue C M Y K H S L
Decimal 197 15 127 0 0.92 0.36 0.23 323.08 0.86 0.42
Hex C5 F 7F 0 5C 24 17 143 56 2A
Octal 305 17 177 0 134 44 27 503 126 52
Binary 11000101 1111 1111111 0 1011100 100100 10111 101000011 1010110 101010

Color Harmonies of #C50F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50F7F

Black with #C50F7F

Text Example


Text Example

White with #C50F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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