Html Css Color HEX #C1137C Medium Violet Red

📋 copy color: '#C1137C'

red 193 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #C1137C

Tints of Medium Violet Red #C1137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 57.44%
G = 5.65%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1137C (or 0xC1137C) is known color: Medium Violet Red. HEX triplet: C1, 13 and 7C. RGB value is (193,19,124). Sum of RGB (Red+Green+Blue) = 193+19+124=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1137C is #3EEC83. Grayscale: #525252. Windows color (decimal): -4123780 or 8131521. OLE color: 8131521.

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

Color convert

RGB 193 19 124 -
CMYK 0 0.90 0.36 0.24
HSL 323.79º 0.82% 0.42% -
HSV(B) 323.79º 0.9% 0.76% -
XYZ 25.86 13.26 20.26 -
YUV 83 151.15 206.46 -
System Red Green Blue C M Y K H S L
Decimal 193 19 124 0 0.90 0.36 0.24 323.79 0.82 0.42
Hex C1 13 7C 0 5A 24 18 144 52 2A
Octal 301 23 174 0 132 44 30 504 122 52
Binary 11000001 10011 1111100 0 1011010 100100 11000 101000100 1010010 101010

Color Harmonies of #C1137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1137C

Black with #C1137C

Text Example


Text Example

White with #C1137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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