Shades of Ruby #CF0467
Tints of Ruby #CF0467
RGB
CMYK
RGB Variations
Color information
#CF0467 (or 0xCF0467) is known color: Ruby. HEX triplet: CF, 04 and 67. RGB value is (207,4,103). Sum of RGB (Red+Green+Blue) = 207+4+103=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0467 is #30FB98. Grayscale: #4B4B4B. Windows color (decimal): -3210137 or 6751439. OLE color: 6751439.
HSL color Cylindrical-coordinate representation of color #CF0467: hue angle of 330.74º 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 #CF0467 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 103 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.19 |
| HSL | 330.74º | 0.96% | 0.41% | - |
| HSV(B) | 330.74º | 0.98% | 0.81% | - |
| XYZ | 28.22 | 14.33 | 14.11 | - |
| YUV | 75.98 | 143.25 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 103 | 0 | 0.98 | 0.50 | 0.19 | 330.74 | 0.96 | 0.41 |
| Hex | CF | 4 | 67 | 0 | 62 | 32 | 13 | 14B | 60 | 29 |
| Octal | 317 | 4 | 147 | 0 | 142 | 62 | 23 | 513 | 140 | 51 |
| Binary | 11001111 | 100 | 1100111 | 0 | 1100010 | 110010 | 10011 | 101001011 | 1100000 | 101001 |
Color Harmonies of #CF0467
Complementary color
Monochromatic Colors of #CF0467
Black with #CF0467
Text Example
Text Example
White with #CF0467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0467; }
p { color: rgb(207,4,103); }
H1.HeaderClassName
{
color: #CF0467;
}
.AnyTagClassName
{
color: #CF0467;
}
</style>
background-color css
<style>
a { background-color: #CF0467; }
a { background-color: rgb(207,4,103); }
div.DivClassName
{
background-color: #CF0467;
}
.BgClassName
{
background-color: #CF0467;
}
</style>
border-color css
<style>
span { border-color: #CF0467; }
span { border-color: rgb(207,4,103); }
td.TdClassName
{
border-color: #CF0467;
}
.TagClassName
{
border-color: #CF0467;
}
</style>