#C2819F

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

Shades of Viola #C2819F

Tints of Viola #C2819F

Color information

#C2819F (or 0xC2819F) is unknown color: approx Viola. HEX triplet: C2, 81 and 9F. RGB value is (194,129,159). Sum of RGB (Red+Green+Blue) = 194+129+159=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2819F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2819F is #3D7E60. Grayscale: #979797. Windows color (decimal): -4030049 or 10453442. OLE color: 10453442.

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

Color convert

RGB194129159-
CMYK00.340.180.24
HSL332.31º34.76%63.33%-
HSV(B)332.31º33.51%76.08%-
XYZ36.3629.6736.61-
YUV151.85132.03158.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 129 (50.78% from 255) = 26.76%
BLUE value IS 159 (62.5% from 255) = 32.99%
R=40.25%
G=26.76%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412915900.340.180.24332.3134.7663.33
HexC2819F022121814c233f
Octal30220123704222305144377
Binary11000010100000011001111101000101001011000101001100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2819F; }

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

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

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

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

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

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

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

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