Shades of Ruby #CE0363
Tints of Ruby #CE0363
RGB
CMYK
RGB Variations
Color information
#CE0363 (or 0xCE0363) is known color: Ruby. HEX triplet: CE, 03 and 63. RGB value is (206,3,99). Sum of RGB (Red+Green+Blue) = 206+3+99=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0363 is #31FC9C. Grayscale: #4A4A4A. Windows color (decimal): -3275933 or 6489038. OLE color: 6489038.
HSL color Cylindrical-coordinate representation of color #CE0363: hue angle of 331.63º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0363 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 99 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.19 |
| HSL | 331.63º | 0.97% | 0.41% | - |
| HSV(B) | 331.63º | 0.99% | 0.81% | - |
| XYZ | 27.74 | 14.09 | 13.06 | - |
| YUV | 74.64 | 141.75 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 99 | 0 | 0.99 | 0.52 | 0.19 | 331.63 | 0.97 | 0.41 |
| Hex | CE | 3 | 63 | 0 | 63 | 34 | 13 | 14C | 61 | 29 |
| Octal | 316 | 3 | 143 | 0 | 143 | 64 | 23 | 514 | 141 | 51 |
| Binary | 11001110 | 11 | 1100011 | 0 | 1100011 | 110100 | 10011 | 101001100 | 1100001 | 101001 |
Color Harmonies of #CE0363
Complementary color
Monochromatic Colors of #CE0363
Black with #CE0363
Text Example
Text Example
White with #CE0363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0363; }
p { color: rgb(206,3,99); }
H1.HeaderClassName
{
color: #CE0363;
}
.AnyTagClassName
{
color: #CE0363;
}
</style>
background-color css
<style>
a { background-color: #CE0363; }
a { background-color: rgb(206,3,99); }
div.DivClassName
{
background-color: #CE0363;
}
.BgClassName
{
background-color: #CE0363;
}
</style>
border-color css
<style>
span { border-color: #CE0363; }
span { border-color: rgb(206,3,99); }
td.TdClassName
{
border-color: #CE0363;
}
.TagClassName
{
border-color: #CE0363;
}
</style>