Html Css Color HEX #C11D6E Medium Violet Red

📋 copy color: '#C11D6E'

red 193 ◦ green 29 ◦ blue 110

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

Shades of Medium Violet Red #C11D6E

Tints of Medium Violet Red #C11D6E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.73%

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

R = 58.13%
G = 8.73%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C11D6E (or 0xC11D6E) is known color: Medium Violet Red. HEX triplet: C1, 1D and 6E. RGB value is (193,29,110). Sum of RGB (Red+Green+Blue) = 193+29+110=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11D6E is #3EE291. Grayscale: #575757. Windows color (decimal): -4121234 or 7216577. OLE color: 7216577.

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

Color convert

RGB 193 29 110 -
CMYK 0 0.85 0.43 0.24
HSL 330.37º 0.74% 0.44% -
HSV(B) 330.37º 0.85% 0.76% -
XYZ 25.25 13.34 16 -
YUV 87.27 140.83 203.41 -
System Red Green Blue C M Y K H S L
Decimal 193 29 110 0 0.85 0.43 0.24 330.37 0.74 0.44
Hex C1 1D 6E 0 55 2B 18 14A 4A 2C
Octal 301 35 156 0 125 53 30 512 112 54
Binary 11000001 11101 1101110 0 1010101 101011 11000 101001010 1001010 101100

Color Harmonies of #C11D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11D6E

Black with #C11D6E

Text Example


Text Example

White with #C11D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11D6E; }

 p { color: rgb(193,29,110); }

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

background-color css

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

 a { background-color: rgb(193,29,110); }

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

border-color css

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

 span { border-color: rgb(193,29,110); }

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