Shades of Ruby #CE0464
Tints of Ruby #CE0464
RGB
CMYK
RGB Variations
Color information
#CE0464 (or 0xCE0464) is known color: Ruby. HEX triplet: CE, 04 and 64. RGB value is (206,4,100). Sum of RGB (Red+Green+Blue) = 206+4+100=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0464 is #31FB9B. Grayscale: #4B4B4B. Windows color (decimal): -3275676 or 6554830. OLE color: 6554830.
HSL color Cylindrical-coordinate representation of color #CE0464: hue angle of 331.49º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0464 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 100 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.19 |
| HSL | 331.49º | 0.96% | 0.41% | - |
| HSV(B) | 331.49º | 0.98% | 0.81% | - |
| XYZ | 27.8 | 14.13 | 13.32 | - |
| YUV | 75.34 | 141.92 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 100 | 0 | 0.98 | 0.51 | 0.19 | 331.49 | 0.96 | 0.41 |
| Hex | CE | 4 | 64 | 0 | 62 | 33 | 13 | 14B | 60 | 29 |
| Octal | 316 | 4 | 144 | 0 | 142 | 63 | 23 | 513 | 140 | 51 |
| Binary | 11001110 | 100 | 1100100 | 0 | 1100010 | 110011 | 10011 | 101001011 | 1100000 | 101001 |
Color Harmonies of #CE0464
Complementary color
Monochromatic Colors of #CE0464
Black with #CE0464
Text Example
Text Example
White with #CE0464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0464; }
p { color: rgb(206,4,100); }
H1.HeaderClassName
{
color: #CE0464;
}
.AnyTagClassName
{
color: #CE0464;
}
</style>
background-color css
<style>
a { background-color: #CE0464; }
a { background-color: rgb(206,4,100); }
div.DivClassName
{
background-color: #CE0464;
}
.BgClassName
{
background-color: #CE0464;
}
</style>
border-color css
<style>
span { border-color: #CE0464; }
span { border-color: rgb(206,4,100); }
td.TdClassName
{
border-color: #CE0464;
}
.TagClassName
{
border-color: #CE0464;
}
</style>