#C1269C

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

Shades of Medium Red Violet #C1269C

Tints of Medium Red Violet #C1269C

Color information

#C1269C (or 0xC1269C) is unknown color: approx Medium Red Violet. HEX triplet: C1, 26 and 9C. RGB value is (193,38,156). Sum of RGB (Red+Green+Blue) = 193+38+156=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1269C is #3ED963. Grayscale: #616161. Windows color (decimal): -4118884 or 10233537. OLE color: 10233537.

HSL color Cylindrical-coordinate representation of color #C1269C: hue angle of 314.32º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1269C is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB19338156-
CMYK00.800.190.24
HSL314.32º67.1%45.29%-
HSV(B)314.32º80.31%75.69%-
XYZ28.6915.1232.86-
YUV97.8160.85195.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.87%
GREEN value IS 38 (15.23% from 255) = 9.82%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=49.87%
G=9.82%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933815600.800.190.24314.3267.145.29
HexC1269C050131813a432d
Octal301462340120233047210355
Binary11000001100110100111000101000010011110001001110101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1269C; }

 p { color: rgb(193,38,156); }

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

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

 a { background-color: rgb(193,38,156); }

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

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

 span { border-color: rgb(193,38,156); }

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