Html Css Color HEX #C50B6E Medium Violet Red

📋 copy color: '#C50B6E'

red 197 ◦ green 11 ◦ blue 110

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

Shades of Medium Violet Red #C50B6E

Tints of Medium Violet Red #C50B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 61.95%
G = 3.46%
B = 34.59%

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

#C50B6E (or 0xC50B6E) is known color: Medium Violet Red. HEX triplet: C5, 0B and 6E. RGB value is (197,11,110). Sum of RGB (Red+Green+Blue) = 197+11+110=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50B6E is #3AF491. Grayscale: #4D4D4D. Windows color (decimal): -3863698 or 7211973. OLE color: 7211973.

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

Color convert

RGB 197 11 110 -
CMYK 0 0.94 0.44 0.23
HSL 328.06º 0.89% 0.41% -
HSV(B) 328.06º 0.94% 0.77% -
XYZ 25.96 13.24 15.94 -
YUV 77.9 146.12 212.95 -
System Red Green Blue C M Y K H S L
Decimal 197 11 110 0 0.94 0.44 0.23 328.06 0.89 0.41
Hex C5 B 6E 0 5E 2C 17 148 59 29
Octal 305 13 156 0 136 54 27 510 131 51
Binary 11000101 1011 1101110 0 1011110 101100 10111 101001000 1011001 101001

Color Harmonies of #C50B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50B6E

Black with #C50B6E

Text Example


Text Example

White with #C50B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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