#CE94A9

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

Shades of Viola #CE94A9

Tints of Viola #CE94A9

Color information

#CE94A9 (or 0xCE94A9) is unknown color: approx Viola. HEX triplet: CE, 94 and A9. RGB value is (206,148,169). Sum of RGB (Red+Green+Blue) = 206+148+169=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE94A9 is #316B56. Grayscale: #A7A7A7. Windows color (decimal): -3238743 or 11113678. OLE color: 11113678.

HSL color Cylindrical-coordinate representation of color #CE94A9: hue angle of 338.28º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE94A9 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB206148169-
CMYK00.280.180.19
HSL338.28º37.18%69.41%-
HSV(B)338.28º28.16%80.78%-
XYZ43.237.1742.43-
YUV167.74128.72155.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 169 (66.41% from 255) = 32.31%
R=39.39%
G=28.30%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614816900.280.180.19338.2837.1869.41
HexCE94A901C12131522545
Octal316224251034222352245105
Binary11001110100101001010100101110010010100111010100101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE94A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE94A9; }

 p { color: rgb(206,148,169); }

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

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

 a { background-color: rgb(206,148,169); }

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

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

 span { border-color: rgb(206,148,169); }

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