Shades of Ruby #CB124F
Tints of Ruby #CB124F
RGB
CMYK
RGB Variations
Color information
#CB124F (or 0xCB124F) is known color: Ruby. HEX triplet: CB, 12 and 4F. RGB value is (203,18,79). Sum of RGB (Red+Green+Blue) = 203+18+79=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB124F is #34EDB0. Grayscale: #505050. Windows color (decimal): -3468721 or 5182155. OLE color: 5182155.
HSL color Cylindrical-coordinate representation of color #CB124F: hue angle of 340.22º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB124F is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 79 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.20 |
| HSL | 340.22º | 0.84% | 0.43% | - |
| HSV(B) | 340.22º | 0.91% | 0.8% | - |
| XYZ | 26.26 | 13.69 | 8.66 | - |
| YUV | 80.27 | 127.29 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 79 | 0 | 0.91 | 0.61 | 0.20 | 340.22 | 0.84 | 0.43 |
| Hex | CB | 12 | 4F | 0 | 5B | 3D | 14 | 154 | 54 | 2B |
| Octal | 313 | 22 | 117 | 0 | 133 | 75 | 24 | 524 | 124 | 53 |
| Binary | 11001011 | 10010 | 1001111 | 0 | 1011011 | 111101 | 10100 | 101010100 | 1010100 | 101011 |
Color Harmonies of #CB124F
Complementary color
Monochromatic Colors of #CB124F
Black with #CB124F
Text Example
Text Example
White with #CB124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB124F; }
p { color: rgb(203,18,79); }
H1.HeaderClassName
{
color: #CB124F;
}
.AnyTagClassName
{
color: #CB124F;
}
</style>
background-color css
<style>
a { background-color: #CB124F; }
a { background-color: rgb(203,18,79); }
div.DivClassName
{
background-color: #CB124F;
}
.BgClassName
{
background-color: #CB124F;
}
</style>
border-color css
<style>
span { border-color: #CB124F; }
span { border-color: rgb(203,18,79); }
td.TdClassName
{
border-color: #CB124F;
}
.TagClassName
{
border-color: #CB124F;
}
</style>