#C908A4

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

Shades of Medium Violet Red #C908A4

Tints of Medium Violet Red #C908A4

Color information

#C908A4 (or 0xC908A4) is unknown color: approx Medium Violet Red. HEX triplet: C9, 08 and A4. RGB value is (201,8,164). Sum of RGB (Red+Green+Blue) = 201+8+164=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C908A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C908A4 is #36F75B. Grayscale: #535353. Windows color (decimal): -3602268 or 10750153. OLE color: 10750153.

HSL color Cylindrical-coordinate representation of color #C908A4: hue angle of 311.5º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C908A4 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB2018164-
CMYK00.960.180.21
HSL311.5º92.34%40.98%-
HSV(B)311.5º96.02%78.82%-
XYZ30.8815.2736.44-
YUV83.49173.44211.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.89%
GREEN value IS 8 (3.52% from 255) = 2.14%
BLUE value IS 164 (64.45% from 255) = 43.97%
R=53.89%
G=2.14%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201816400.960.180.21311.592.3440.98
HexC98A406012151385c29
Octal311102440140222547013451
Binary110010011000101001000110000010010101011001110001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C908A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C908A4; }

 p { color: rgb(201,8,164); }

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

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

 a { background-color: rgb(201,8,164); }

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

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

 span { border-color: rgb(201,8,164); }

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