Html Css Color HEX #C11F97 Medium Violet Red

📋 copy color: '#C11F97'

red 193 ◦ green 31 ◦ blue 151

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

Shades of Medium Violet Red #C11F97

Tints of Medium Violet Red #C11F97

RGB

 RED value IS 193 (75.78% from 255) = 51.47%

 GREEN value IS 31 (12.5% from 255) = 8.27%

 BLUE value IS 151 (59.38% from 255) = 40.27%

R = 51.47%
G = 8.27%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C11F97 (or 0xC11F97) is known color: Medium Violet Red. HEX triplet: C1, 1F and 97. RGB value is (193,31,151). Sum of RGB (Red+Green+Blue) = 193+31+151=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11F97 is #3EE068. Grayscale: #5C5C5C. Windows color (decimal): -4120681 or 9904065. OLE color: 9904065.

HSL color Cylindrical-coordinate representation of color #C11F97: hue angle of 315.56º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11F97 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 31 151 -
CMYK 0 0.84 0.22 0.24
HSL 315.56º 0.72% 0.44% -
HSV(B) 315.56º 0.84% 0.76% -
XYZ 28.07 14.55 30.61 -
YUV 93.12 160.67 199.24 -
System Red Green Blue C M Y K H S L
Decimal 193 31 151 0 0.84 0.22 0.24 315.56 0.72 0.44
Hex C1 1F 97 0 54 16 18 13C 48 2C
Octal 301 37 227 0 124 26 30 474 110 54
Binary 11000001 11111 10010111 0 1010100 10110 11000 100111100 1001000 101100

Color Harmonies of #C11F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11F97

Black with #C11F97

Text Example


Text Example

White with #C11F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11F97; }

 p { color: rgb(193,31,151); }

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

background-color css

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

 a { background-color: rgb(193,31,151); }

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

border-color css

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

 span { border-color: rgb(193,31,151); }

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