Shades of Ruby #CB206D
Tints of Ruby #CB206D
RGB
CMYK
RGB Variations
Color information
#CB206D (or 0xCB206D) is known color: Ruby. HEX triplet: CB, 20 and 6D. RGB value is (203,32,109). Sum of RGB (Red+Green+Blue) = 203+32+109=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB206D is #34DF92. Grayscale: #5B5B5B. Windows color (decimal): -3465107 or 7151819. OLE color: 7151819.
HSL color Cylindrical-coordinate representation of color #CB206D: hue angle of 332.98º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB206D is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 109 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.20 |
| HSL | 332.98º | 0.73% | 0.46% | - |
| HSV(B) | 332.98º | 0.84% | 0.8% | - |
| XYZ | 27.91 | 14.83 | 15.86 | - |
| YUV | 91.91 | 137.65 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 109 | 0 | 0.84 | 0.46 | 0.20 | 332.98 | 0.73 | 0.46 |
| Hex | CB | 20 | 6D | 0 | 54 | 2E | 14 | 14D | 49 | 2E |
| Octal | 313 | 40 | 155 | 0 | 124 | 56 | 24 | 515 | 111 | 56 |
| Binary | 11001011 | 100000 | 1101101 | 0 | 1010100 | 101110 | 10100 | 101001101 | 1001001 | 101110 |
Color Harmonies of #CB206D
Complementary color
Monochromatic Colors of #CB206D
Black with #CB206D
Text Example
Text Example
White with #CB206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB206D; }
p { color: rgb(203,32,109); }
H1.HeaderClassName
{
color: #CB206D;
}
.AnyTagClassName
{
color: #CB206D;
}
</style>
background-color css
<style>
a { background-color: #CB206D; }
a { background-color: rgb(203,32,109); }
div.DivClassName
{
background-color: #CB206D;
}
.BgClassName
{
background-color: #CB206D;
}
</style>
border-color css
<style>
span { border-color: #CB206D; }
span { border-color: rgb(203,32,109); }
td.TdClassName
{
border-color: #CB206D;
}
.TagClassName
{
border-color: #CB206D;
}
</style>