#C8919F

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

Shades of Viola #C8919F

Tints of Viola #C8919F

Color information

#C8919F (or 0xC8919F) is unknown color: approx Viola. HEX triplet: C8, 91 and 9F. RGB value is (200,145,159). Sum of RGB (Red+Green+Blue) = 200+145+159=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8919F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8919F is #376E60. Grayscale: #A3A3A3. Windows color (decimal): -3632737 or 10457544. OLE color: 10457544.

HSL color Cylindrical-coordinate representation of color #C8919F: hue angle of 344.73º 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 #C8919F is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB200145159-
CMYK00.280.200.22
HSL344.73º33.33%67.65%-
HSV(B)344.73º27.5%78.43%-
XYZ40.235.0337.44-
YUV163.04125.72154.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 159 (62.5% from 255) = 31.55%
R=39.68%
G=28.77%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014515900.280.200.22344.7333.3367.65
HexC8919F01C14161592144
Octal310221237034242653141104
Binary11001000100100011001111101110010100101101010110011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8919F; }

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

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

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

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

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

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

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

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