Shades of Ruby #CF0364
Tints of Ruby #CF0364
RGB
CMYK
RGB Variations
Color information
#CF0364 (or 0xCF0364) is known color: Ruby. HEX triplet: CF, 03 and 64. RGB value is (207,3,100). Sum of RGB (Red+Green+Blue) = 207+3+100=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0364 is #30FC9B. Grayscale: #4A4A4A. Windows color (decimal): -3210396 or 6554575. OLE color: 6554575.
HSL color Cylindrical-coordinate representation of color #CF0364: hue angle of 331.47º 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 #CF0364 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 100 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.19 |
| HSL | 331.47º | 0.97% | 0.41% | - |
| HSV(B) | 331.47º | 0.99% | 0.81% | - |
| XYZ | 28.06 | 14.25 | 13.33 | - |
| YUV | 75.05 | 142.09 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 100 | 0 | 0.99 | 0.52 | 0.19 | 331.47 | 0.97 | 0.41 |
| Hex | CF | 3 | 64 | 0 | 63 | 34 | 13 | 14B | 61 | 29 |
| Octal | 317 | 3 | 144 | 0 | 143 | 64 | 23 | 513 | 141 | 51 |
| Binary | 11001111 | 11 | 1100100 | 0 | 1100011 | 110100 | 10011 | 101001011 | 1100001 | 101001 |
Color Harmonies of #CF0364
Complementary color
Monochromatic Colors of #CF0364
Black with #CF0364
Text Example
Text Example
White with #CF0364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0364; }
p { color: rgb(207,3,100); }
H1.HeaderClassName
{
color: #CF0364;
}
.AnyTagClassName
{
color: #CF0364;
}
</style>
background-color css
<style>
a { background-color: #CF0364; }
a { background-color: rgb(207,3,100); }
div.DivClassName
{
background-color: #CF0364;
}
.BgClassName
{
background-color: #CF0364;
}
</style>
border-color css
<style>
span { border-color: #CF0364; }
span { border-color: rgb(207,3,100); }
td.TdClassName
{
border-color: #CF0364;
}
.TagClassName
{
border-color: #CF0364;
}
</style>