#C984A9

Color #C984A9 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #C984A9

Tints of Viola #C984A9

Color information

#C984A9 (or 0xC984A9) is unknown color: approx Viola. HEX triplet: C9, 84 and A9. RGB value is (201,132,169). Sum of RGB (Red+Green+Blue) = 201+132+169=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C984A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C984A9 is #367B56. Grayscale: #9C9C9C. Windows color (decimal): -3570519 or 11109577. OLE color: 11109577.

HSL color Cylindrical-coordinate representation of color #C984A9: hue angle of 327.83º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C984A9 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB201132169-
CMYK00.340.160.21
HSL327.83º38.98%65.29%-
HSV(B)327.83º34.33%78.82%-
XYZ39.531.7841.59-
YUV156.85134.86159.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.04%
GREEN value IS 132 (51.95% from 255) = 26.29%
BLUE value IS 169 (66.41% from 255) = 33.67%
R=40.04%
G=26.29%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113216900.340.160.21327.8338.9865.29
HexC984A902210151482741
Octal311204251042202551047101
Binary110010011000010010101001010001010000101011010010001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C984A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C984A9; }

 p { color: rgb(201,132,169); }

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

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

 a { background-color: rgb(201,132,169); }

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

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

 span { border-color: rgb(201,132,169); }

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