Shades of Ruby #CB205E
Tints of Ruby #CB205E
RGB
CMYK
RGB Variations
Color information
#CB205E (or 0xCB205E) is known color: Ruby. HEX triplet: CB, 20 and 5E. RGB value is (203,32,94). Sum of RGB (Red+Green+Blue) = 203+32+94=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB205E is #34DFA1. Grayscale: #5A5A5A. Windows color (decimal): -3465122 or 6168779. OLE color: 6168779.
HSL color Cylindrical-coordinate representation of color #CB205E: hue angle of 338.25º 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 #CB205E is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 94 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.20 |
| HSL | 338.25º | 0.73% | 0.46% | - |
| HSV(B) | 338.25º | 0.84% | 0.8% | - |
| XYZ | 27.17 | 14.54 | 11.96 | - |
| YUV | 90.2 | 130.15 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 94 | 0 | 0.84 | 0.54 | 0.20 | 338.25 | 0.73 | 0.46 |
| Hex | CB | 20 | 5E | 0 | 54 | 36 | 14 | 152 | 49 | 2E |
| Octal | 313 | 40 | 136 | 0 | 124 | 66 | 24 | 522 | 111 | 56 |
| Binary | 11001011 | 100000 | 1011110 | 0 | 1010100 | 110110 | 10100 | 101010010 | 1001001 | 101110 |
Color Harmonies of #CB205E
Complementary color
Monochromatic Colors of #CB205E
Black with #CB205E
Text Example
Text Example
White with #CB205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB205E; }
p { color: rgb(203,32,94); }
H1.HeaderClassName
{
color: #CB205E;
}
.AnyTagClassName
{
color: #CB205E;
}
</style>
background-color css
<style>
a { background-color: #CB205E; }
a { background-color: rgb(203,32,94); }
div.DivClassName
{
background-color: #CB205E;
}
.BgClassName
{
background-color: #CB205E;
}
</style>
border-color css
<style>
span { border-color: #CB205E; }
span { border-color: rgb(203,32,94); }
td.TdClassName
{
border-color: #CB205E;
}
.TagClassName
{
border-color: #CB205E;
}
</style>