#C2919D

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

Shades of Viola #C2919D

Tints of Viola #C2919D

Color information

#C2919D (or 0xC2919D) is unknown color: approx Viola. HEX triplet: C2, 91 and 9D. RGB value is (194,145,157). Sum of RGB (Red+Green+Blue) = 194+145+157=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2919D is #3D6E62. Grayscale: #A1A1A1. Windows color (decimal): -4025955 or 10326466. OLE color: 10326466.

HSL color Cylindrical-coordinate representation of color #C2919D: hue angle of 345.31º 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 #C2919D is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB194145157-
CMYK00.250.190.24
HSL345.31º28.65%66.47%-
HSV(B)345.31º25.26%76.08%-
XYZ38.4634.1536.46-
YUV161.02125.73151.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 157 (61.72% from 255) = 31.65%
R=39.11%
G=29.23%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414515700.250.190.24345.3128.6566.47
HexC2919D01913181591d42
Octal302221235031233053135102
Binary1100001010010001100111010110011001111000101011001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2919D; }

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

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

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

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

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

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

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

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