#C231A2

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

Shades of Medium Red Violet #C231A2

Tints of Medium Red Violet #C231A2

Color information

#C231A2 (or 0xC231A2) is unknown color: approx Medium Red Violet. HEX triplet: C2, 31 and A2. RGB value is (194,49,162). Sum of RGB (Red+Green+Blue) = 194+49+162=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C231A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C231A2 is #3DCE5D. Grayscale: #686868. Windows color (decimal): -4050526 or 10629570. OLE color: 10629570.

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

Color convert

RGB19449162-
CMYK00.750.160.24
HSL313.24º59.67%47.65%-
HSV(B)313.24º74.74%76.08%-
XYZ29.8716.2735.75-
YUV105.24160.04191.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.90%
GREEN value IS 49 (19.53% from 255) = 12.10%
BLUE value IS 162 (63.67% from 255) = 40%
R=47.90%
G=12.10%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944916200.750.160.24313.2459.6747.65
HexC231A204B10181393c30
Octal30261242011320304717460
Binary1100001011000110100010010010111000011000100111001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C231A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C231A2; }

 p { color: rgb(194,49,162); }

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

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

 a { background-color: rgb(194,49,162); }

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

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

 span { border-color: rgb(194,49,162); }

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