Shades of Ruby #CB0363
Tints of Ruby #CB0363
RGB
CMYK
RGB Variations
Color information
#CB0363 (or 0xCB0363) is known color: Ruby. HEX triplet: CB, 03 and 63. RGB value is (203,3,99). Sum of RGB (Red+Green+Blue) = 203+3+99=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0363 is #34FC9C. Grayscale: #494949. Windows color (decimal): -3472541 or 6489035. OLE color: 6489035.
HSL color Cylindrical-coordinate representation of color #CB0363: hue angle of 331.2º 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 #CB0363 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 99 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.20 |
| HSL | 331.2º | 0.97% | 0.4% | - |
| HSV(B) | 331.2º | 0.99% | 0.8% | - |
| XYZ | 26.91 | 13.66 | 13.02 | - |
| YUV | 73.74 | 142.26 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 99 | 0 | 0.99 | 0.51 | 0.20 | 331.2 | 0.97 | 0.4 |
| Hex | CB | 3 | 63 | 0 | 63 | 33 | 14 | 14B | 61 | 28 |
| Octal | 313 | 3 | 143 | 0 | 143 | 63 | 24 | 513 | 141 | 50 |
| Binary | 11001011 | 11 | 1100011 | 0 | 1100011 | 110011 | 10100 | 101001011 | 1100001 | 101000 |
Color Harmonies of #CB0363
Complementary color
Monochromatic Colors of #CB0363
Black with #CB0363
Text Example
Text Example
White with #CB0363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0363; }
p { color: rgb(203,3,99); }
H1.HeaderClassName
{
color: #CB0363;
}
.AnyTagClassName
{
color: #CB0363;
}
</style>
background-color css
<style>
a { background-color: #CB0363; }
a { background-color: rgb(203,3,99); }
div.DivClassName
{
background-color: #CB0363;
}
.BgClassName
{
background-color: #CB0363;
}
</style>
border-color css
<style>
span { border-color: #CB0363; }
span { border-color: rgb(203,3,99); }
td.TdClassName
{
border-color: #CB0363;
}
.TagClassName
{
border-color: #CB0363;
}
</style>