Html Css Color HEX #C11A7F Medium Violet Red

📋 copy color: '#C11A7F'

red 193 ◦ green 26 ◦ blue 127

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

Shades of Medium Violet Red #C11A7F

Tints of Medium Violet Red #C11A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.71%

R = 55.78%
G = 7.51%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C11A7F (or 0xC11A7F) is known color: Medium Violet Red. HEX triplet: C1, 1A and 7F. RGB value is (193,26,127). Sum of RGB (Red+Green+Blue) = 193+26+127=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11A7F is #3EE580. Grayscale: #575757. Windows color (decimal): -4121985 or 8329921. OLE color: 8329921.

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

Color convert

RGB 193 26 127 -
CMYK 0 0.87 0.34 0.24
HSL 323.71º 0.76% 0.43% -
HSV(B) 323.71º 0.87% 0.76% -
XYZ 26.19 13.61 21.32 -
YUV 87.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 193 26 127 0 0.87 0.34 0.24 323.71 0.76 0.43
Hex C1 1A 7F 0 57 22 18 144 4C 2B
Octal 301 32 177 0 127 42 30 504 114 53
Binary 11000001 11010 1111111 0 1010111 100010 11000 101000100 1001100 101011

Color Harmonies of #C11A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A7F

Black with #C11A7F

Text Example


Text Example

White with #C11A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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