#C2919F

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

Shades of Viola #C2919F

Tints of Viola #C2919F

Color information

#C2919F (or 0xC2919F) is unknown color: approx Viola. HEX triplet: C2, 91 and 9F. RGB value is (194,145,159). Sum of RGB (Red+Green+Blue) = 194+145+159=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2919F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2919F is #3D6E60. Grayscale: #A1A1A1. Windows color (decimal): -4025953 or 10457538. OLE color: 10457538.

HSL color Cylindrical-coordinate representation of color #C2919F: hue angle of 342.86º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2919F is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB194145159-
CMYK00.250.180.24
HSL342.86º28.65%66.47%-
HSV(B)342.86º25.26%76.08%-
XYZ38.6334.2237.37-
YUV161.25126.73151.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=38.96%
G=29.12%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414515900.250.180.24342.8628.6566.47
HexC2919F01912181571d42
Octal302221237031223052735102
Binary1100001010010001100111110110011001011000101010111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2919F; }

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

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

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

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

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

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

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

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