Html Css Color HEX #C11A6D Medium Violet Red

📋 copy color: '#C11A6D'

red 193 ◦ green 26 ◦ blue 109

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

Shades of Medium Violet Red #C11A6D

Tints of Medium Violet Red #C11A6D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.93%

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

R = 58.84%
G = 7.93%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C11A6D (or 0xC11A6D) is known color: Medium Violet Red. HEX triplet: C1, 1A and 6D. RGB value is (193,26,109). Sum of RGB (Red+Green+Blue) = 193+26+109=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11A6D is #3EE592. Grayscale: #555555. Windows color (decimal): -4122003 or 7150273. OLE color: 7150273.

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

Color convert

RGB 193 26 109 -
CMYK 0 0.87 0.44 0.24
HSL 330.18º 0.76% 0.43% -
HSV(B) 330.18º 0.87% 0.76% -
XYZ 25.12 13.18 15.69 -
YUV 85.4 141.33 204.75 -
System Red Green Blue C M Y K H S L
Decimal 193 26 109 0 0.87 0.44 0.24 330.18 0.76 0.43
Hex C1 1A 6D 0 57 2C 18 14A 4C 2B
Octal 301 32 155 0 127 54 30 512 114 53
Binary 11000001 11010 1101101 0 1010111 101100 11000 101001010 1001100 101011

Color Harmonies of #C11A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A6D

Black with #C11A6D

Text Example


Text Example

White with #C11A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A6D; }

 p { color: rgb(193,26,109); }

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

background-color css

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

 a { background-color: rgb(193,26,109); }

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

border-color css

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

 span { border-color: rgb(193,26,109); }

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