Shades of Viola #C0909A
Tints of Viola #C0909A
RGB
CMYK
RGB Variations
Color information
#C0909A (or 0xC0909A) is known color: Viola. HEX triplet: C0, 90 and 9A. RGB value is (192,144,154). Sum of RGB (Red+Green+Blue) = 192+144+154=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C0909A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0909A is #3F6F65. Grayscale: #9F9F9F. Windows color (decimal): -4157286 or 10129600. OLE color: 10129600.
HSL color Cylindrical-coordinate representation of color #C0909A: hue angle of 347.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0909A is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 154 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.25 |
| HSL | 347.5º | 0.28% | 0.66% | - |
| HSV(B) | 347.5º | 0.25% | 0.75% | - |
| XYZ | 37.54 | 33.49 | 35.06 | - |
| YUV | 159.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 154 | 0 | 0.25 | 0.20 | 0.25 | 347.5 | 0.28 | 0.66 |
| Hex | C0 | 90 | 9A | 0 | 19 | 14 | 19 | 15C | 1C | 42 |
| Octal | 300 | 220 | 232 | 0 | 31 | 24 | 31 | 534 | 34 | 102 |
| Binary | 11000000 | 10010000 | 10011010 | 0 | 11001 | 10100 | 11001 | 101011100 | 11100 | 1000010 |
Color Harmonies of #C0909A
Complementary color
Monochromatic Colors of #C0909A
Black with #C0909A
Text Example
Text Example
White with #C0909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0909A; }
p { color: rgb(192,144,154); }
H1.HeaderClassName
{
color: #C0909A;
}
.AnyTagClassName
{
color: #C0909A;
}
</style>
background-color css
<style>
a { background-color: #C0909A; }
a { background-color: rgb(192,144,154); }
div.DivClassName
{
background-color: #C0909A;
}
.BgClassName
{
background-color: #C0909A;
}
</style>
border-color css
<style>
span { border-color: #C0909A; }
span { border-color: rgb(192,144,154); }
td.TdClassName
{
border-color: #C0909A;
}
.TagClassName
{
border-color: #C0909A;
}
</style>