Html Css Color HEX #C50F7B Medium Violet Red

📋 copy color: '#C50F7B'

red 197 ◦ green 15 ◦ blue 123

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

Shades of Medium Violet Red #C50F7B

Tints of Medium Violet Red #C50F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.72%

R = 58.81%
G = 4.48%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C50F7B (or 0xC50F7B) is known color: Medium Violet Red. HEX triplet: C5, 0F and 7B. RGB value is (197,15,123). Sum of RGB (Red+Green+Blue) = 197+15+123=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50F7B is #3AF084. Grayscale: #515151. Windows color (decimal): -3862661 or 8064965. OLE color: 8064965.

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

Color convert

RGB 197 15 123 -
CMYK 0 0.92 0.38 0.23
HSL 324.4º 0.86% 0.42% -
HSV(B) 324.4º 0.92% 0.77% -
XYZ 26.77 13.64 19.96 -
YUV 81.73 151.3 210.22 -
System Red Green Blue C M Y K H S L
Decimal 197 15 123 0 0.92 0.38 0.23 324.4 0.86 0.42
Hex C5 F 7B 0 5C 26 17 144 56 2A
Octal 305 17 173 0 134 46 27 504 126 52
Binary 11000101 1111 1111011 0 1011100 100110 10111 101000100 1010110 101010

Color Harmonies of #C50F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50F7B

Black with #C50F7B

Text Example


Text Example

White with #C50F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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