#c1326f

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

Shades of Medium Red Violet #C1326F

Tints of Medium Red Violet #C1326F

Color information

#C1326F (or 0xC1326F) is unknown color: approx Medium Red Violet. HEX triplet: C1, 32 and 6F. RGB value is (193,50,111). Sum of RGB (Red+Green+Blue) = 193+50+111=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1326F is #3ECD90. Grayscale: #636363. Windows color (decimal): -4115857 or 7287489. OLE color: 7287489.

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

Color convert

RGB19350111-
CMYK00.740.420.24
HSL334.41º58.85%47.65%-
HSV(B)334.41º74.09%75.69%-
XYZ2614.7716.52-
YUV99.71134.38194.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.52%
GREEN value IS 50 (19.92% from 255) = 14.12%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=54.52%
G=14.12%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935011100.740.420.24334.4158.8547.65
HexC1326F04A2A1814e3b30
Octal30162157011252305167360
Binary1100000111001011011110100101010101011000101001110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1326f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1326f; }

 p { color: rgb(193,50,111); }

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

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

 a { background-color: rgb(193,50,111); }

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

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

 span { border-color: rgb(193,50,111); }

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