Shades of Viola #C392A8
Tints of Viola #C392A8
RGB
CMYK
RGB Variations
Color information
#C392A8 (or 0xC392A8) is known color: Viola. HEX triplet: C3, 92 and A8. RGB value is (195,146,168). Sum of RGB (Red+Green+Blue) = 195+146+168=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C392A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C392A8 is #3C6D57. Grayscale: #A3A3A3. Windows color (decimal): -3960152 or 11047619. OLE color: 11047619.
HSL color Cylindrical-coordinate representation of color #C392A8: hue angle of 333.06º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C392A8 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 168 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.24 |
| HSL | 333.06º | 0.29% | 0.67% | - |
| HSV(B) | 333.06º | 0.25% | 0.76% | - |
| XYZ | 39.85 | 34.99 | 41.7 | - |
| YUV | 163.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 168 | 0 | 0.25 | 0.14 | 0.24 | 333.06 | 0.29 | 0.67 |
| Hex | C3 | 92 | A8 | 0 | 19 | E | 18 | 14D | 1D | 43 |
| Octal | 303 | 222 | 250 | 0 | 31 | 16 | 30 | 515 | 35 | 103 |
| Binary | 11000011 | 10010010 | 10101000 | 0 | 11001 | 1110 | 11000 | 101001101 | 11101 | 1000011 |
Color Harmonies of #C392A8
Complementary color
Monochromatic Colors of #C392A8
Black with #C392A8
Text Example
Text Example
White with #C392A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C392A8; }
p { color: rgb(195,146,168); }
H1.HeaderClassName
{
color: #C392A8;
}
.AnyTagClassName
{
color: #C392A8;
}
</style>
background-color css
<style>
a { background-color: #C392A8; }
a { background-color: rgb(195,146,168); }
div.DivClassName
{
background-color: #C392A8;
}
.BgClassName
{
background-color: #C392A8;
}
</style>
border-color css
<style>
span { border-color: #C392A8; }
span { border-color: rgb(195,146,168); }
td.TdClassName
{
border-color: #C392A8;
}
.TagClassName
{
border-color: #C392A8;
}
</style>