#C1939A

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

Shades of Viola #C1939A

Tints of Viola #C1939A

Color information

#C1939A (or 0xC1939A) is unknown color: approx Viola. HEX triplet: C1, 93 and 9A. RGB value is (193,147,154). Sum of RGB (Red+Green+Blue) = 193+147+154=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C1939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1939A is #3E6C65. Grayscale: #A1A1A1. Windows color (decimal): -4090982 or 10130369. OLE color: 10130369.

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

Color convert

RGB193147154-
CMYK00.240.200.24
HSL350.87º27.06%66.67%-
HSV(B)350.87º23.83%75.69%-
XYZ38.2634.5435.22-
YUV161.55123.74150.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.07%
GREEN value IS 147 (57.81% from 255) = 29.76%
BLUE value IS 154 (60.55% from 255) = 31.17%
R=39.07%
G=29.76%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314715400.240.200.24350.8727.0666.67
HexC1939A018141815f1b43
Octal301223232030243053733103
Binary1100000110010011100110100110001010011000101011111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1939A; }

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

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

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

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

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

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

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

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