Shades of Ruby #CB045C
Tints of Ruby #CB045C
RGB
CMYK
RGB Variations
Color information
#CB045C (or 0xCB045C) is known color: Ruby. HEX triplet: CB, 04 and 5C. RGB value is (203,4,92). Sum of RGB (Red+Green+Blue) = 203+4+92=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB045C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB045C is #34FBA3. Grayscale: #494949. Windows color (decimal): -3472292 or 6030539. OLE color: 6030539.
HSL color Cylindrical-coordinate representation of color #CB045C: hue angle of 333.47º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB045C is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 92 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.20 |
| HSL | 333.47º | 0.96% | 0.41% | - |
| HSV(B) | 333.47º | 0.98% | 0.8% | - |
| XYZ | 26.6 | 13.56 | 11.34 | - |
| YUV | 73.53 | 138.43 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 92 | 0 | 0.98 | 0.55 | 0.20 | 333.47 | 0.96 | 0.41 |
| Hex | CB | 4 | 5C | 0 | 62 | 37 | 14 | 14D | 60 | 29 |
| Octal | 313 | 4 | 134 | 0 | 142 | 67 | 24 | 515 | 140 | 51 |
| Binary | 11001011 | 100 | 1011100 | 0 | 1100010 | 110111 | 10100 | 101001101 | 1100000 | 101001 |
Color Harmonies of #CB045C
Complementary color
Monochromatic Colors of #CB045C
Black with #CB045C
Text Example
Text Example
White with #CB045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB045C; }
p { color: rgb(203,4,92); }
H1.HeaderClassName
{
color: #CB045C;
}
.AnyTagClassName
{
color: #CB045C;
}
</style>
background-color css
<style>
a { background-color: #CB045C; }
a { background-color: rgb(203,4,92); }
div.DivClassName
{
background-color: #CB045C;
}
.BgClassName
{
background-color: #CB045C;
}
</style>
border-color css
<style>
span { border-color: #CB045C; }
span { border-color: rgb(203,4,92); }
td.TdClassName
{
border-color: #CB045C;
}
.TagClassName
{
border-color: #CB045C;
}
</style>