#C1377B

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

Shades of Medium Red Violet #C1377B

Tints of Medium Red Violet #C1377B

Color information

#C1377B (or 0xC1377B) is unknown color: approx Medium Red Violet. HEX triplet: C1, 37 and 7B. RGB value is (193,55,123). Sum of RGB (Red+Green+Blue) = 193+55+123=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1377B is #3EC884. Grayscale: #676767. Windows color (decimal): -4114565 or 8075201. OLE color: 8075201.

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

Color convert

RGB19355123-
CMYK00.720.360.24
HSL330.43º55.65%48.63%-
HSV(B)330.43º71.5%75.69%-
XYZ26.9315.520.31-
YUV104.01138.72191.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.02%
GREEN value IS 55 (21.88% from 255) = 14.82%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=52.02%
G=14.82%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935512300.720.360.24330.4355.6548.63
HexC1377B048241814a3831
Octal30167173011044305127061
Binary1100000111011111110110100100010010011000101001010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1377B; }

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

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

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

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

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

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

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

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