Shades of Ruby #CB104E
Tints of Ruby #CB104E
RGB
CMYK
RGB Variations
Color information
#CB104E (or 0xCB104E) is known color: Ruby. HEX triplet: CB, 10 and 4E. RGB value is (203,16,78). Sum of RGB (Red+Green+Blue) = 203+16+78=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB104E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB104E is #34EFB1. Grayscale: #4E4E4E. Windows color (decimal): -3469234 or 5116107. OLE color: 5116107.
HSL color Cylindrical-coordinate representation of color #CB104E: hue angle of 340.11º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB104E is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 78 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.20 |
| HSL | 340.11º | 0.85% | 0.43% | - |
| HSV(B) | 340.11º | 0.92% | 0.8% | - |
| XYZ | 26.19 | 13.62 | 8.46 | - |
| YUV | 78.98 | 127.45 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 78 | 0 | 0.92 | 0.62 | 0.20 | 340.11 | 0.85 | 0.43 |
| Hex | CB | 10 | 4E | 0 | 5C | 3E | 14 | 154 | 55 | 2B |
| Octal | 313 | 20 | 116 | 0 | 134 | 76 | 24 | 524 | 125 | 53 |
| Binary | 11001011 | 10000 | 1001110 | 0 | 1011100 | 111110 | 10100 | 101010100 | 1010101 | 101011 |
Color Harmonies of #CB104E
Complementary color
Monochromatic Colors of #CB104E
Black with #CB104E
Text Example
Text Example
White with #CB104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB104E; }
p { color: rgb(203,16,78); }
H1.HeaderClassName
{
color: #CB104E;
}
.AnyTagClassName
{
color: #CB104E;
}
</style>
background-color css
<style>
a { background-color: #CB104E; }
a { background-color: rgb(203,16,78); }
div.DivClassName
{
background-color: #CB104E;
}
.BgClassName
{
background-color: #CB104E;
}
</style>
border-color css
<style>
span { border-color: #CB104E; }
span { border-color: rgb(203,16,78); }
td.TdClassName
{
border-color: #CB104E;
}
.TagClassName
{
border-color: #CB104E;
}
</style>