Shades of Viola #CF93A4
Tints of Viola #CF93A4
RGB
CMYK
RGB Variations
Color information
#CF93A4 (or 0xCF93A4) is known color: Viola. HEX triplet: CF, 93 and A4. RGB value is (207,147,164). Sum of RGB (Red+Green+Blue) = 207+147+164=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF93A4 is #306C5B. Grayscale: #A6A6A6. Windows color (decimal): -3173468 or 10785743. OLE color: 10785743.
HSL color Cylindrical-coordinate representation of color #CF93A4: hue angle of 343º 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 #CF93A4 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 164 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.19 |
| HSL | 343º | 0.38% | 0.69% | - |
| HSV(B) | 343º | 0.29% | 0.81% | - |
| XYZ | 42.87 | 36.81 | 39.97 | - |
| YUV | 166.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 164 | 0 | 0.29 | 0.21 | 0.19 | 343 | 0.38 | 0.69 |
| Hex | CF | 93 | A4 | 0 | 1D | 15 | 13 | 157 | 26 | 45 |
| Octal | 317 | 223 | 244 | 0 | 35 | 25 | 23 | 527 | 46 | 105 |
| Binary | 11001111 | 10010011 | 10100100 | 0 | 11101 | 10101 | 10011 | 101010111 | 100110 | 1000101 |
Color Harmonies of #CF93A4
Complementary color
Monochromatic Colors of #CF93A4
Black with #CF93A4
Text Example
Text Example
White with #CF93A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93A4; }
p { color: rgb(207,147,164); }
H1.HeaderClassName
{
color: #CF93A4;
}
.AnyTagClassName
{
color: #CF93A4;
}
</style>
background-color css
<style>
a { background-color: #CF93A4; }
a { background-color: rgb(207,147,164); }
div.DivClassName
{
background-color: #CF93A4;
}
.BgClassName
{
background-color: #CF93A4;
}
</style>
border-color css
<style>
span { border-color: #CF93A4; }
span { border-color: rgb(207,147,164); }
td.TdClassName
{
border-color: #CF93A4;
}
.TagClassName
{
border-color: #CF93A4;
}
</style>