#C229A1

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

Shades of Medium Red Violet #C229A1

Tints of Medium Red Violet #C229A1

Color information

#C229A1 (or 0xC229A1) is unknown color: approx Medium Red Violet. HEX triplet: C2, 29 and A1. RGB value is (194,41,161). Sum of RGB (Red+Green+Blue) = 194+41+161=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C229A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C229A1 is #3DD65E. Grayscale: #646464. Windows color (decimal): -4052575 or 10561986. OLE color: 10561986.

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

Color convert

RGB19441161-
CMYK00.790.170.24
HSL312.94º65.11%46.08%-
HSV(B)312.94º78.87%76.08%-
XYZ29.4715.6335.18-
YUV100.43162.19194.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.99%
GREEN value IS 41 (16.41% from 255) = 10.35%
BLUE value IS 161 (63.28% from 255) = 40.66%
R=48.99%
G=10.35%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944116100.790.170.24312.9465.1146.08
HexC229A104F1118139412e
Octal302512410117213047110156
Binary11000010101001101000010100111110001110001001110011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C229A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C229A1; }

 p { color: rgb(194,41,161); }

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

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

 a { background-color: rgb(194,41,161); }

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

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

 span { border-color: rgb(194,41,161); }

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