#C1379A

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

Shades of Medium Red Violet #C1379A

Tints of Medium Red Violet #C1379A

Color information

#C1379A (or 0xC1379A) is unknown color: approx Medium Red Violet. HEX triplet: C1, 37 and 9A. RGB value is (193,55,154). Sum of RGB (Red+Green+Blue) = 193+55+154=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1379A is #3EC865. Grayscale: #6B6B6B. Windows color (decimal): -4114534 or 10106817. OLE color: 10106817.

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

Color convert

RGB19355154-
CMYK00.720.200.24
HSL316.96º55.65%48.63%-
HSV(B)316.96º71.5%75.69%-
XYZ29.1916.432.2-
YUV107.55154.22188.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.01%
GREEN value IS 55 (21.88% from 255) = 13.68%
BLUE value IS 154 (60.55% from 255) = 38.31%
R=48.01%
G=13.68%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935515400.720.200.24316.9655.6548.63
HexC1379A048141813d3831
Octal30167232011024304757061
Binary1100000111011110011010010010001010011000100111101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1379A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1379A; }

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

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

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

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

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

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

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

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