#C929AD

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

Shades of Medium Red Violet #C929AD

Tints of Medium Red Violet #C929AD

Color information

#C929AD (or 0xC929AD) is unknown color: approx Medium Red Violet. HEX triplet: C9, 29 and AD. RGB value is (201,41,173). Sum of RGB (Red+Green+Blue) = 201+41+173=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C929AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C929AD is #36D652. Grayscale: #676767. Windows color (decimal): -3593811 or 11348425. OLE color: 11348425.

HSL color Cylindrical-coordinate representation of color #C929AD: hue angle of 310.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C929AD is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB20141173-
CMYK00.800.140.21
HSL310.5º66.12%47.45%-
HSV(B)310.5º79.6%78.82%-
XYZ32.4217.0241.11-
YUV103.89167.01197.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.43%
GREEN value IS 41 (16.41% from 255) = 9.88%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=48.43%
G=9.88%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014117300.800.140.21310.566.1247.45
HexC929AD050E15136422f
Octal311512550120162546610257
Binary1100100110100110101101010100001110101011001101101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C929AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C929AD; }

 p { color: rgb(201,41,173); }

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

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

 a { background-color: rgb(201,41,173); }

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

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

 span { border-color: rgb(201,41,173); }

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