Html Css Color HEX #C50B6F Medium Violet Red

📋 copy color: '#C50B6F'

red 197 ◦ green 11 ◦ blue 111

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

Shades of Medium Violet Red #C50B6F

Tints of Medium Violet Red #C50B6F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.45%

 BLUE value IS 111 (43.75% from 255) = 34.8%

R = 61.76%
G = 3.45%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C50B6F (or 0xC50B6F) is known color: Medium Violet Red. HEX triplet: C5, 0B and 6F. RGB value is (197,11,111). Sum of RGB (Red+Green+Blue) = 197+11+111=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50B6F is #3AF490. Grayscale: #4D4D4D. Windows color (decimal): -3863697 or 7277509. OLE color: 7277509.

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

Color convert

RGB 197 11 111 -
CMYK 0 0.94 0.44 0.23
HSL 327.74º 0.89% 0.41% -
HSV(B) 327.74º 0.94% 0.77% -
XYZ 26.01 13.26 16.23 -
YUV 78.01 146.62 212.87 -
System Red Green Blue C M Y K H S L
Decimal 197 11 111 0 0.94 0.44 0.23 327.74 0.89 0.41
Hex C5 B 6F 0 5E 2C 17 148 59 29
Octal 305 13 157 0 136 54 27 510 131 51
Binary 11000101 1011 1101111 0 1011110 101100 10111 101001000 1011001 101001

Color Harmonies of #C50B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50B6F

Black with #C50B6F

Text Example


Text Example

White with #C50B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50B6F; }

 p { color: rgb(197,11,111); }

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

background-color css

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

 a { background-color: rgb(197,11,111); }

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

border-color css

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

 span { border-color: rgb(197,11,111); }

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