#c1147b

Color #C1147B Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C1147B

Tints of Medium Violet Red #C1147B

Color information

#C1147B (or 0xC1147B) is unknown color: approx Medium Violet Red. HEX triplet: C1, 14 and 7B. RGB value is (193,20,123). Sum of RGB (Red+Green+Blue) = 193+20+123=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1147B is #3EEB84. Grayscale: #535353. Windows color (decimal): -4123525 or 8066241. OLE color: 8066241.

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

Color convert

RGB19320123-
CMYK00.900.360.24
HSL324.28º81.22%41.76%-
HSV(B)324.28º89.64%75.69%-
XYZ25.8213.2719.94-
YUV83.47150.31206.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.44%
GREEN value IS 20 (8.20% from 255) = 5.95%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=57.44%
G=5.95%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932012300.900.360.24324.2881.2241.76
HexC1147B05A2418144512a
Octal301241730132443050412152
Binary1100000110100111101101011010100100110001010001001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1147b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1147b; }

 p { color: rgb(193,20,123); }

 H1.HeaderClassName
 {
   color: #c1147b;
 }
 .AnyTagClassName
 {
   color: #c1147b;
 }
</style>
background-color css

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

 a { background-color: rgb(193,20,123); }

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

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

 span { border-color: rgb(193,20,123); }

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