Html Css Color HEX #C1137F Medium Violet Red

📋 copy color: '#C1137F'

red 193 ◦ green 19 ◦ blue 127

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

Shades of Medium Violet Red #C1137F

Tints of Medium Violet Red #C1137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.6%

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

R = 56.93%
G = 5.6%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1137F (or 0xC1137F) is known color: Medium Violet Red. HEX triplet: C1, 13 and 7F. RGB value is (193,19,127). Sum of RGB (Red+Green+Blue) = 193+19+127=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1137F is #3EEC80. Grayscale: #535353. Windows color (decimal): -4123777 or 8328129. OLE color: 8328129.

HSL color Cylindrical-coordinate representation of color #C1137F: hue angle of 322.76º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1137F is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 127 -
CMYK 0 0.90 0.34 0.24
HSL 322.76º 0.82% 0.42% -
HSV(B) 322.76º 0.9% 0.76% -
XYZ 26.06 13.34 21.28 -
YUV 83.34 152.65 206.22 -
System Red Green Blue C M Y K H S L
Decimal 193 19 127 0 0.90 0.34 0.24 322.76 0.82 0.42
Hex C1 13 7F 0 5A 22 18 143 52 2A
Octal 301 23 177 0 132 42 30 503 122 52
Binary 11000001 10011 1111111 0 1011010 100010 11000 101000011 1010010 101010

Color Harmonies of #C1137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1137F

Black with #C1137F

Text Example


Text Example

White with #C1137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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