#C8919E

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

Shades of Viola #C8919E

Tints of Viola #C8919E

Color information

#C8919E (or 0xC8919E) is unknown color: approx Viola. HEX triplet: C8, 91 and 9E. RGB value is (200,145,158). Sum of RGB (Red+Green+Blue) = 200+145+158=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8919E is #376E61. Grayscale: #A2A2A2. Windows color (decimal): -3632738 or 10392008. OLE color: 10392008.

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

Color convert

RGB200145158-
CMYK00.280.210.22
HSL345.82º33.33%67.65%-
HSV(B)345.82º27.5%78.43%-
XYZ40.123536.99-
YUV162.93125.22154.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 145 (57.03% from 255) = 28.83%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=39.76%
G=28.83%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014515800.280.210.22345.8233.3367.65
HexC8919E01C151615a2144
Octal310221236034252653241104
Binary11001000100100011001111001110010101101101010110101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8919E; }

 p { color: rgb(200,145,158); }

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

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

 a { background-color: rgb(200,145,158); }

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

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

 span { border-color: rgb(200,145,158); }

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