#C431A2

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

Shades of Medium Red Violet #C431A2

Tints of Medium Red Violet #C431A2

Color information

#C431A2 (or 0xC431A2) is unknown color: approx Medium Red Violet. HEX triplet: C4, 31 and A2. RGB value is (196,49,162). Sum of RGB (Red+Green+Blue) = 196+49+162=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C431A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C431A2 is #3BCE5D. Grayscale: #696969. Windows color (decimal): -3919454 or 10629572. OLE color: 10629572.

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

Color convert

RGB19649162-
CMYK00.750.170.23
HSL313.88º60%48.04%-
HSV(B)313.88º75%76.86%-
XYZ30.3816.5435.77-
YUV105.84159.7192.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.16%
GREEN value IS 49 (19.53% from 255) = 12.04%
BLUE value IS 162 (63.67% from 255) = 39.80%
R=48.16%
G=12.04%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964916200.750.170.23313.886048.04
HexC431A204B111713a3c30
Octal30461242011321274727460
Binary1100010011000110100010010010111000110111100111010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C431A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C431A2; }

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

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

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

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

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

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

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

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