#C12CA1

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

Shades of Medium Red Violet #C12CA1

Tints of Medium Red Violet #C12CA1

Color information

#C12CA1 (or 0xC12CA1) is unknown color: approx Medium Red Violet. HEX triplet: C1, 2C and A1. RGB value is (193,44,161). Sum of RGB (Red+Green+Blue) = 193+44+161=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C12CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12CA1 is #3ED35E. Grayscale: #656565. Windows color (decimal): -4117343 or 10562753. OLE color: 10562753.

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

Color convert

RGB19344161-
CMYK00.770.170.24
HSL312.89º62.87%46.47%-
HSV(B)312.89º77.2%75.69%-
XYZ29.3315.7135.21-
YUV101.89161.36192.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.49%
GREEN value IS 44 (17.58% from 255) = 11.06%
BLUE value IS 161 (63.28% from 255) = 40.45%
R=48.49%
G=11.06%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934416100.770.170.24312.8962.8746.47
HexC12CA104D11181393f2e
Octal30154241011521304717756
Binary1100000110110010100001010011011000111000100111001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12CA1; }

 p { color: rgb(193,44,161); }

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

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

 a { background-color: rgb(193,44,161); }

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

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

 span { border-color: rgb(193,44,161); }

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