#C991A9

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

Shades of Viola #C991A9

Tints of Viola #C991A9

Color information

#C991A9 (or 0xC991A9) is unknown color: approx Viola. HEX triplet: C9, 91 and A9. RGB value is (201,145,169). Sum of RGB (Red+Green+Blue) = 201+145+169=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C991A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C991A9 is #366E56. Grayscale: #A4A4A4. Windows color (decimal): -3567191 or 11112905. OLE color: 11112905.

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

Color convert

RGB201145169-
CMYK00.280.160.21
HSL334.29º34.15%67.84%-
HSV(B)334.29º27.86%78.82%-
XYZ41.3735.5342.21-
YUV164.48130.55154.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.03%
GREEN value IS 145 (57.03% from 255) = 28.16%
BLUE value IS 169 (66.41% from 255) = 32.82%
R=39.03%
G=28.16%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114516900.280.160.21334.2934.1567.84
HexC991A901C101514e2244
Octal311221251034202551642104
Binary11001001100100011010100101110010000101011010011101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C991A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C991A9; }

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

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

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

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

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

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

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

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