#C2939A

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

Shades of Viola #C2939A

Tints of Viola #C2939A

Color information

#C2939A (or 0xC2939A) is unknown color: approx Viola. HEX triplet: C2, 93 and 9A. RGB value is (194,147,154). Sum of RGB (Red+Green+Blue) = 194+147+154=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2939A is #3D6C65. Grayscale: #A1A1A1. Windows color (decimal): -4025446 or 10130370. OLE color: 10130370.

HSL color Cylindrical-coordinate representation of color #C2939A: hue angle of 351.06º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2939A is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB194147154-
CMYK00.240.210.24
HSL351.06º27.81%66.86%-
HSV(B)351.06º24.23%76.08%-
XYZ38.5134.6735.23-
YUV161.85123.57150.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 154 (60.55% from 255) = 31.11%
R=39.19%
G=29.70%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414715400.240.210.24351.0627.8166.86
HexC2939A018151815f1c43
Octal302223232030253053734103
Binary1100001010010011100110100110001010111000101011111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2939A; }

 p { color: rgb(194,147,154); }

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

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

 a { background-color: rgb(194,147,154); }

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

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

 span { border-color: rgb(194,147,154); }

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