#C294A4

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

Shades of Viola #C294A4

Tints of Viola #C294A4

Color information

#C294A4 (or 0xC294A4) is unknown color: approx Viola. HEX triplet: C2, 94 and A4. RGB value is (194,148,164). Sum of RGB (Red+Green+Blue) = 194+148+164=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C294A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C294A4 is #3D6B5B. Grayscale: #A3A3A3. Windows color (decimal): -4025180 or 10785986. OLE color: 10785986.

HSL color Cylindrical-coordinate representation of color #C294A4: hue angle of 339.13º degrees, saturation: 0.27, 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 #C294A4 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB194148164-
CMYK00.240.150.24
HSL339.13º27.38%67.06%-
HSV(B)339.13º23.71%76.08%-
XYZ39.5435.3339.86-
YUV163.58128.24149.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 164 (64.45% from 255) = 32.41%
R=38.34%
G=29.25%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414816400.240.150.24339.1327.3867.06
HexC294A4018F181531b43
Octal302224244030173052333103
Binary110000101001010010100100011000111111000101010011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C294A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C294A4; }

 p { color: rgb(194,148,164); }

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

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

 a { background-color: rgb(194,148,164); }

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

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

 span { border-color: rgb(194,148,164); }

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