Shades of Viola #CF93A7
Tints of Viola #CF93A7
RGB
CMYK
RGB Variations
Color information
#CF93A7 (or 0xCF93A7) is known color: Viola. HEX triplet: CF, 93 and A7. RGB value is (207,147,167). Sum of RGB (Red+Green+Blue) = 207+147+167=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF93A7 is #306C58. Grayscale: #A7A7A7. Windows color (decimal): -3173465 or 10982351. OLE color: 10982351.
HSL color Cylindrical-coordinate representation of color #CF93A7: hue angle of 340º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF93A7 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 167 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.19 |
| HSL | 340º | 0.38% | 0.69% | - |
| HSV(B) | 340º | 0.29% | 0.81% | - |
| XYZ | 43.14 | 36.92 | 41.41 | - |
| YUV | 167.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 167 | 0 | 0.29 | 0.19 | 0.19 | 340 | 0.38 | 0.69 |
| Hex | CF | 93 | A7 | 0 | 1D | 13 | 13 | 154 | 26 | 45 |
| Octal | 317 | 223 | 247 | 0 | 35 | 23 | 23 | 524 | 46 | 105 |
| Binary | 11001111 | 10010011 | 10100111 | 0 | 11101 | 10011 | 10011 | 101010100 | 100110 | 1000101 |
Color Harmonies of #CF93A7
Complementary color
Monochromatic Colors of #CF93A7
Black with #CF93A7
Text Example
Text Example
White with #CF93A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93A7; }
p { color: rgb(207,147,167); }
H1.HeaderClassName
{
color: #CF93A7;
}
.AnyTagClassName
{
color: #CF93A7;
}
</style>
background-color css
<style>
a { background-color: #CF93A7; }
a { background-color: rgb(207,147,167); }
div.DivClassName
{
background-color: #CF93A7;
}
.BgClassName
{
background-color: #CF93A7;
}
</style>
border-color css
<style>
span { border-color: #CF93A7; }
span { border-color: rgb(207,147,167); }
td.TdClassName
{
border-color: #CF93A7;
}
.TagClassName
{
border-color: #CF93A7;
}
</style>