Html Css Color HEX #C1157D Medium Violet Red

📋 copy color: '#C1157D'

red 193 ◦ green 21 ◦ blue 125

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

Shades of Medium Violet Red #C1157D

Tints of Medium Violet Red #C1157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 56.93%
G = 6.19%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1157D (or 0xC1157D) is known color: Medium Violet Red. HEX triplet: C1, 15 and 7D. RGB value is (193,21,125). Sum of RGB (Red+Green+Blue) = 193+21+125=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1157D is #3EEA82. Grayscale: #545454. Windows color (decimal): -4123267 or 8197569. OLE color: 8197569.

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

Color convert

RGB 193 21 125 -
CMYK 0 0.89 0.35 0.24
HSL 323.72º 0.8% 0.42% -
HSV(B) 323.72º 0.89% 0.76% -
XYZ 25.96 13.35 20.61 -
YUV 84.28 150.98 205.54 -
System Red Green Blue C M Y K H S L
Decimal 193 21 125 0 0.89 0.35 0.24 323.72 0.8 0.42
Hex C1 15 7D 0 59 23 18 144 50 2A
Octal 301 25 175 0 131 43 30 504 120 52
Binary 11000001 10101 1111101 0 1011001 100011 11000 101000100 1010000 101010

Color Harmonies of #C1157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1157D

Black with #C1157D

Text Example


Text Example

White with #C1157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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