Shades of Viola #CF96A8
Tints of Viola #CF96A8
RGB
CMYK
RGB Variations
Color information
#CF96A8 (or 0xCF96A8) is known color: Viola. HEX triplet: CF, 96 and A8. RGB value is (207,150,168). Sum of RGB (Red+Green+Blue) = 207+150+168=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF96A8 is #306957. Grayscale: #A9A9A9. Windows color (decimal): -3172696 or 11048655. OLE color: 11048655.
HSL color Cylindrical-coordinate representation of color #CF96A8: hue angle of 341.05º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF96A8 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 168 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.19 |
| HSL | 341.05º | 0.37% | 0.7% | - |
| HSV(B) | 341.05º | 0.28% | 0.81% | - |
| XYZ | 43.71 | 37.91 | 42.06 | - |
| YUV | 169.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 168 | 0 | 0.28 | 0.19 | 0.19 | 341.05 | 0.37 | 0.7 |
| Hex | CF | 96 | A8 | 0 | 1C | 13 | 13 | 155 | 25 | 46 |
| Octal | 317 | 226 | 250 | 0 | 34 | 23 | 23 | 525 | 45 | 106 |
| Binary | 11001111 | 10010110 | 10101000 | 0 | 11100 | 10011 | 10011 | 101010101 | 100101 | 1000110 |
Color Harmonies of #CF96A8
Complementary color
Monochromatic Colors of #CF96A8
Black with #CF96A8
Text Example
Text Example
White with #CF96A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF96A8; }
p { color: rgb(207,150,168); }
H1.HeaderClassName
{
color: #CF96A8;
}
.AnyTagClassName
{
color: #CF96A8;
}
</style>
background-color css
<style>
a { background-color: #CF96A8; }
a { background-color: rgb(207,150,168); }
div.DivClassName
{
background-color: #CF96A8;
}
.BgClassName
{
background-color: #CF96A8;
}
</style>
border-color css
<style>
span { border-color: #CF96A8; }
span { border-color: rgb(207,150,168); }
td.TdClassName
{
border-color: #CF96A8;
}
.TagClassName
{
border-color: #CF96A8;
}
</style>