Shades of Viola #CB909D
Tints of Viola #CB909D
RGB
CMYK
RGB Variations
Color information
#CB909D (or 0xCB909D) is known color: Viola. HEX triplet: CB, 90 and 9D. RGB value is (203,144,157). Sum of RGB (Red+Green+Blue) = 203+144+157=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB909D is #346F62. Grayscale: #A3A3A3. Windows color (decimal): -3436387 or 10326219. OLE color: 10326219.
HSL color Cylindrical-coordinate representation of color #CB909D: hue angle of 346.78º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB909D is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 157 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.20 |
| HSL | 346.78º | 0.36% | 0.68% | - |
| HSV(B) | 346.78º | 0.29% | 0.8% | - |
| XYZ | 40.69 | 35.08 | 36.52 | - |
| YUV | 163.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 157 | 0 | 0.29 | 0.23 | 0.20 | 346.78 | 0.36 | 0.68 |
| Hex | CB | 90 | 9D | 0 | 1D | 17 | 14 | 15B | 24 | 44 |
| Octal | 313 | 220 | 235 | 0 | 35 | 27 | 24 | 533 | 44 | 104 |
| Binary | 11001011 | 10010000 | 10011101 | 0 | 11101 | 10111 | 10100 | 101011011 | 100100 | 1000100 |
Color Harmonies of #CB909D
Complementary color
Monochromatic Colors of #CB909D
Black with #CB909D
Text Example
Text Example
White with #CB909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB909D; }
p { color: rgb(203,144,157); }
H1.HeaderClassName
{
color: #CB909D;
}
.AnyTagClassName
{
color: #CB909D;
}
</style>
background-color css
<style>
a { background-color: #CB909D; }
a { background-color: rgb(203,144,157); }
div.DivClassName
{
background-color: #CB909D;
}
.BgClassName
{
background-color: #CB909D;
}
</style>
border-color css
<style>
span { border-color: #CB909D; }
span { border-color: rgb(203,144,157); }
td.TdClassName
{
border-color: #CB909D;
}
.TagClassName
{
border-color: #CB909D;
}
</style>