Html Css Color HEX #C1157C Medium Violet Red

📋 copy color: '#C1157C'

red 193 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #C1157C

Tints of Medium Violet Red #C1157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.21%

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

R = 57.1%
G = 6.21%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1157C (or 0xC1157C) is known color: Medium Violet Red. HEX triplet: C1, 15 and 7C. RGB value is (193,21,124). Sum of RGB (Red+Green+Blue) = 193+21+124=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1157C is #3EEA83. Grayscale: #535353. Windows color (decimal): -4123268 or 8132033. OLE color: 8132033.

HSL color Cylindrical-coordinate representation of color #C1157C: hue angle of 324.07º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1157C is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 21 124 -
CMYK 0 0.89 0.36 0.24
HSL 324.07º 0.8% 0.42% -
HSV(B) 324.07º 0.89% 0.76% -
XYZ 25.9 13.33 20.28 -
YUV 84.17 150.48 205.62 -
System Red Green Blue C M Y K H S L
Decimal 193 21 124 0 0.89 0.36 0.24 324.07 0.8 0.42
Hex C1 15 7C 0 59 24 18 144 50 2A
Octal 301 25 174 0 131 44 30 504 120 52
Binary 11000001 10101 1111100 0 1011001 100100 11000 101000100 1010000 101010

Color Harmonies of #C1157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1157C

Black with #C1157C

Text Example


Text Example

White with #C1157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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