#C983A9

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

Shades of Viola #C983A9

Tints of Viola #C983A9

Color information

#C983A9 (or 0xC983A9) is unknown color: approx Viola. HEX triplet: C9, 83 and A9. RGB value is (201,131,169). Sum of RGB (Red+Green+Blue) = 201+131+169=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C983A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C983A9 is #367C56. Grayscale: #9C9C9C. Windows color (decimal): -3570775 or 11109321. OLE color: 11109321.

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

Color convert

RGB201131169-
CMYK00.350.160.21
HSL327.43º39.33%65.1%-
HSV(B)327.43º34.83%78.82%-
XYZ39.3731.5141.54-
YUV156.26135.19159.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.12%
GREEN value IS 131 (51.56% from 255) = 26.15%
BLUE value IS 169 (66.41% from 255) = 33.73%
R=40.12%
G=26.15%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113116900.350.160.21327.4339.3365.1
HexC983A902310151472741
Octal311203251043202550747101
Binary110010011000001110101001010001110000101011010001111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C983A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C983A9; }

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

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

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

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

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

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

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

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