#C12A9C

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

Shades of Medium Red Violet #C12A9C

Tints of Medium Red Violet #C12A9C

Color information

#C12A9C (or 0xC12A9C) is unknown color: approx Medium Red Violet. HEX triplet: C1, 2A and 9C. RGB value is (193,42,156). Sum of RGB (Red+Green+Blue) = 193+42+156=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12A9C is #3ED563. Grayscale: #636363. Windows color (decimal): -4117860 or 10234561. OLE color: 10234561.

HSL color Cylindrical-coordinate representation of color #C12A9C: hue angle of 314.7º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12A9C is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB19342156-
CMYK00.780.190.24
HSL314.7º64.26%46.08%-
HSV(B)314.7º78.24%75.69%-
XYZ28.8215.3932.9-
YUV100.15159.53194.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 42 (16.80% from 255) = 10.74%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=49.36%
G=10.74%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934215600.780.190.24314.764.2646.08
HexC12A9C04E131813b402e
Octal301522340116233047310056
Binary11000001101010100111000100111010011110001001110111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12A9C; }

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

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

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

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

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

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

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

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