Shades of Viola #C990A4
Tints of Viola #C990A4
RGB
CMYK
RGB Variations
Color information
#C990A4 (or 0xC990A4) is known color: Viola. HEX triplet: C9, 90 and A4. RGB value is (201,144,164). Sum of RGB (Red+Green+Blue) = 201+144+164=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C990A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C990A4 is #366F5B. Grayscale: #A3A3A3. Windows color (decimal): -3567452 or 10784969. OLE color: 10784969.
HSL color Cylindrical-coordinate representation of color #C990A4: hue angle of 338.95º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C990A4 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 164 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.21 |
| HSL | 338.95º | 0.35% | 0.68% | - |
| HSV(B) | 338.95º | 0.28% | 0.79% | - |
| XYZ | 40.76 | 35.04 | 39.74 | - |
| YUV | 163.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 164 | 0 | 0.28 | 0.18 | 0.21 | 338.95 | 0.35 | 0.68 |
| Hex | C9 | 90 | A4 | 0 | 1C | 12 | 15 | 153 | 23 | 44 |
| Octal | 311 | 220 | 244 | 0 | 34 | 22 | 25 | 523 | 43 | 104 |
| Binary | 11001001 | 10010000 | 10100100 | 0 | 11100 | 10010 | 10101 | 101010011 | 100011 | 1000100 |
Color Harmonies of #C990A4
Complementary color
Monochromatic Colors of #C990A4
Black with #C990A4
Text Example
Text Example
White with #C990A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990A4; }
p { color: rgb(201,144,164); }
H1.HeaderClassName
{
color: #C990A4;
}
.AnyTagClassName
{
color: #C990A4;
}
</style>
background-color css
<style>
a { background-color: #C990A4; }
a { background-color: rgb(201,144,164); }
div.DivClassName
{
background-color: #C990A4;
}
.BgClassName
{
background-color: #C990A4;
}
</style>
border-color css
<style>
span { border-color: #C990A4; }
span { border-color: rgb(201,144,164); }
td.TdClassName
{
border-color: #C990A4;
}
.TagClassName
{
border-color: #C990A4;
}
</style>