#C229A0

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

Shades of Medium Red Violet #C229A0

Tints of Medium Red Violet #C229A0

Color information

#C229A0 (or 0xC229A0) is unknown color: approx Medium Red Violet. HEX triplet: C2, 29 and A0. RGB value is (194,41,160). Sum of RGB (Red+Green+Blue) = 194+41+160=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C229A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C229A0 is #3DD65F. Grayscale: #636363. Windows color (decimal): -4052576 or 10496450. OLE color: 10496450.

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

Color convert

RGB19441160-
CMYK00.790.180.24
HSL313.33º65.11%46.08%-
HSV(B)313.33º78.87%76.08%-
XYZ29.3915.5934.72-
YUV100.31161.69194.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.11%
GREEN value IS 41 (16.41% from 255) = 10.38%
BLUE value IS 160 (62.89% from 255) = 40.51%
R=49.11%
G=10.38%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944116000.790.180.24313.3365.1146.08
HexC229A004F1218139412e
Octal302512400117223047110156
Binary11000010101001101000000100111110010110001001110011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C229A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C229A0; }

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

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

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

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

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

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

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

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