Shades of Ruby #CB036A
Tints of Ruby #CB036A
RGB
CMYK
RGB Variations
Color information
#CB036A (or 0xCB036A) is known color: Ruby. HEX triplet: CB, 03 and 6A. RGB value is (203,3,106). Sum of RGB (Red+Green+Blue) = 203+3+106=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB036A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB036A is #34FC95. Grayscale: #4A4A4A. Windows color (decimal): -3472534 or 6947787. OLE color: 6947787.
HSL color Cylindrical-coordinate representation of color #CB036A: hue angle of 329.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB036A is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 106 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.20 |
| HSL | 329.1º | 0.97% | 0.4% | - |
| HSV(B) | 329.1º | 0.99% | 0.8% | - |
| XYZ | 27.26 | 13.8 | 14.86 | - |
| YUV | 74.54 | 145.76 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 106 | 0 | 0.99 | 0.48 | 0.20 | 329.1 | 0.97 | 0.4 |
| Hex | CB | 3 | 6A | 0 | 63 | 30 | 14 | 149 | 61 | 28 |
| Octal | 313 | 3 | 152 | 0 | 143 | 60 | 24 | 511 | 141 | 50 |
| Binary | 11001011 | 11 | 1101010 | 0 | 1100011 | 110000 | 10100 | 101001001 | 1100001 | 101000 |
Color Harmonies of #CB036A
Complementary color
Monochromatic Colors of #CB036A
Black with #CB036A
Text Example
Text Example
White with #CB036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB036A; }
p { color: rgb(203,3,106); }
H1.HeaderClassName
{
color: #CB036A;
}
.AnyTagClassName
{
color: #CB036A;
}
</style>
background-color css
<style>
a { background-color: #CB036A; }
a { background-color: rgb(203,3,106); }
div.DivClassName
{
background-color: #CB036A;
}
.BgClassName
{
background-color: #CB036A;
}
</style>
border-color css
<style>
span { border-color: #CB036A; }
span { border-color: rgb(203,3,106); }
td.TdClassName
{
border-color: #CB036A;
}
.TagClassName
{
border-color: #CB036A;
}
</style>