#C331A1

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

Shades of Medium Red Violet #C331A1

Tints of Medium Red Violet #C331A1

Color information

#C331A1 (or 0xC331A1) is unknown color: approx Medium Red Violet. HEX triplet: C3, 31 and A1. RGB value is (195,49,161). Sum of RGB (Red+Green+Blue) = 195+49+161=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C331A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C331A1 is #3CCE5E. Grayscale: #696969. Windows color (decimal): -3984991 or 10564035. OLE color: 10564035.

HSL color Cylindrical-coordinate representation of color #C331A1: hue angle of 313.97º 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 #C331A1 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB19549161-
CMYK00.750.170.24
HSL313.97º59.84%47.84%-
HSV(B)313.97º74.87%76.47%-
XYZ30.0416.3735.3-
YUV105.42159.37191.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.15%
GREEN value IS 49 (19.53% from 255) = 12.10%
BLUE value IS 161 (63.28% from 255) = 39.75%
R=48.15%
G=12.10%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954916100.750.170.24313.9759.8447.84
HexC331A104B111813a3c30
Octal30361241011321304727460
Binary1100001111000110100001010010111000111000100111010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C331A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C331A1; }

 p { color: rgb(195,49,161); }

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

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

 a { background-color: rgb(195,49,161); }

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

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

 span { border-color: rgb(195,49,161); }

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