Html Css Color HEX #C11A85 Medium Violet Red

📋 copy color: '#C11A85'

red 193 ◦ green 26 ◦ blue 133

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

Shades of Medium Violet Red #C11A85

Tints of Medium Violet Red #C11A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.78%

R = 54.83%
G = 7.39%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C11A85 (or 0xC11A85) is known color: Medium Violet Red. HEX triplet: C1, 1A and 85. RGB value is (193,26,133). Sum of RGB (Red+Green+Blue) = 193+26+133=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11A85 is #3EE57A. Grayscale: #575757. Windows color (decimal): -4121979 or 8723137. OLE color: 8723137.

HSL color Cylindrical-coordinate representation of color #C11A85: hue angle of 321.56º 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 #C11A85 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 26 133 -
CMYK 0 0.87 0.31 0.24
HSL 321.56º 0.76% 0.43% -
HSV(B) 321.56º 0.87% 0.76% -
XYZ 26.6 13.77 23.45 -
YUV 88.13 153.33 202.8 -
System Red Green Blue C M Y K H S L
Decimal 193 26 133 0 0.87 0.31 0.24 321.56 0.76 0.43
Hex C1 1A 85 0 57 1F 18 142 4C 2B
Octal 301 32 205 0 127 37 30 502 114 53
Binary 11000001 11010 10000101 0 1010111 11111 11000 101000010 1001100 101011

Color Harmonies of #C11A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A85

Black with #C11A85

Text Example


Text Example

White with #C11A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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