Html Css Color HEX #C50B6D Medium Violet Red

📋 copy color: '#C50B6D'

red 197 ◦ green 11 ◦ blue 109

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

Shades of Medium Violet Red #C50B6D

Tints of Medium Violet Red #C50B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.38%

R = 62.15%
G = 3.47%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C50B6D (or 0xC50B6D) is known color: Medium Violet Red. HEX triplet: C5, 0B and 6D. RGB value is (197,11,109). Sum of RGB (Red+Green+Blue) = 197+11+109=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50B6D is #3AF492. Grayscale: #4D4D4D. Windows color (decimal): -3863699 or 7146437. OLE color: 7146437.

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

Color convert

RGB 197 11 109 -
CMYK 0 0.94 0.45 0.23
HSL 328.39º 0.89% 0.41% -
HSV(B) 328.39º 0.94% 0.77% -
XYZ 25.91 13.21 15.65 -
YUV 77.79 145.62 213.03 -
System Red Green Blue C M Y K H S L
Decimal 197 11 109 0 0.94 0.45 0.23 328.39 0.89 0.41
Hex C5 B 6D 0 5E 2D 17 148 59 29
Octal 305 13 155 0 136 55 27 510 131 51
Binary 11000101 1011 1101101 0 1011110 101101 10111 101001000 1011001 101001

Color Harmonies of #C50B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50B6D

Black with #C50B6D

Text Example


Text Example

White with #C50B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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