Shades of Viola #CB93A4
Tints of Viola #CB93A4
RGB
CMYK
RGB Variations
Color information
#CB93A4 (or 0xCB93A4) is known color: Viola. HEX triplet: CB, 93 and A4. RGB value is (203,147,164). Sum of RGB (Red+Green+Blue) = 203+147+164=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB93A4 is #346C5B. Grayscale: #A5A5A5. Windows color (decimal): -3435612 or 10785739. OLE color: 10785739.
HSL color Cylindrical-coordinate representation of color #CB93A4: hue angle of 341.79º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB93A4 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 164 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.20 |
| HSL | 341.79º | 0.35% | 0.69% | - |
| HSV(B) | 341.79º | 0.28% | 0.8% | - |
| XYZ | 41.76 | 36.24 | 39.92 | - |
| YUV | 165.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 164 | 0 | 0.28 | 0.19 | 0.20 | 341.79 | 0.35 | 0.69 |
| Hex | CB | 93 | A4 | 0 | 1C | 13 | 14 | 156 | 23 | 45 |
| Octal | 313 | 223 | 244 | 0 | 34 | 23 | 24 | 526 | 43 | 105 |
| Binary | 11001011 | 10010011 | 10100100 | 0 | 11100 | 10011 | 10100 | 101010110 | 100011 | 1000101 |
Color Harmonies of #CB93A4
Complementary color
Monochromatic Colors of #CB93A4
Black with #CB93A4
Text Example
Text Example
White with #CB93A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB93A4; }
p { color: rgb(203,147,164); }
H1.HeaderClassName
{
color: #CB93A4;
}
.AnyTagClassName
{
color: #CB93A4;
}
</style>
background-color css
<style>
a { background-color: #CB93A4; }
a { background-color: rgb(203,147,164); }
div.DivClassName
{
background-color: #CB93A4;
}
.BgClassName
{
background-color: #CB93A4;
}
</style>
border-color css
<style>
span { border-color: #CB93A4; }
span { border-color: rgb(203,147,164); }
td.TdClassName
{
border-color: #CB93A4;
}
.TagClassName
{
border-color: #CB93A4;
}
</style>