Shades of Ruby #CF0366
Tints of Ruby #CF0366
RGB
CMYK
RGB Variations
Color information
#CF0366 (or 0xCF0366) is known color: Ruby. HEX triplet: CF, 03 and 66. RGB value is (207,3,102). Sum of RGB (Red+Green+Blue) = 207+3+102=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0366 is #30FC99. Grayscale: #4B4B4B. Windows color (decimal): -3210394 or 6685647. OLE color: 6685647.
HSL color Cylindrical-coordinate representation of color #CF0366: hue angle of 330.88º 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 #CF0366 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 102 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.19 |
| HSL | 330.88º | 0.97% | 0.41% | - |
| HSV(B) | 330.88º | 0.99% | 0.81% | - |
| XYZ | 28.16 | 14.29 | 13.84 | - |
| YUV | 75.28 | 143.09 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 102 | 0 | 0.99 | 0.51 | 0.19 | 330.88 | 0.97 | 0.41 |
| Hex | CF | 3 | 66 | 0 | 63 | 33 | 13 | 14B | 61 | 29 |
| Octal | 317 | 3 | 146 | 0 | 143 | 63 | 23 | 513 | 141 | 51 |
| Binary | 11001111 | 11 | 1100110 | 0 | 1100011 | 110011 | 10011 | 101001011 | 1100001 | 101001 |
Color Harmonies of #CF0366
Complementary color
Monochromatic Colors of #CF0366
Black with #CF0366
Text Example
Text Example
White with #CF0366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0366; }
p { color: rgb(207,3,102); }
H1.HeaderClassName
{
color: #CF0366;
}
.AnyTagClassName
{
color: #CF0366;
}
</style>
background-color css
<style>
a { background-color: #CF0366; }
a { background-color: rgb(207,3,102); }
div.DivClassName
{
background-color: #CF0366;
}
.BgClassName
{
background-color: #CF0366;
}
</style>
border-color css
<style>
span { border-color: #CF0366; }
span { border-color: rgb(207,3,102); }
td.TdClassName
{
border-color: #CF0366;
}
.TagClassName
{
border-color: #CF0366;
}
</style>