#C2919C

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

Shades of Viola #C2919C

Tints of Viola #C2919C

Color information

#C2919C (or 0xC2919C) is unknown color: approx Viola. HEX triplet: C2, 91 and 9C. RGB value is (194,145,156). Sum of RGB (Red+Green+Blue) = 194+145+156=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2919C is #3D6E63. Grayscale: #A0A0A0. Windows color (decimal): -4025956 or 10260930. OLE color: 10260930.

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

Color convert

RGB194145156-
CMYK00.250.200.24
HSL346.53º28.65%66.47%-
HSV(B)346.53º25.26%76.08%-
XYZ38.3734.1236.02-
YUV160.9125.23151.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=39.19%
G=29.29%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414515600.250.200.24346.5328.6566.47
HexC2919C019141815b1d42
Octal302221234031243053335102
Binary1100001010010001100111000110011010011000101011011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2919C; }

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

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

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

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

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

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

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

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