Shades of Ruby #CF0A6C
Tints of Ruby #CF0A6C
RGB
CMYK
RGB Variations
Color information
#CF0A6C (or 0xCF0A6C) is known color: Ruby. HEX triplet: CF, 0A and 6C. RGB value is (207,10,108). Sum of RGB (Red+Green+Blue) = 207+10+108=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0A6C is #30F593. Grayscale: #4F4F4F. Windows color (decimal): -3208596 or 7080655. OLE color: 7080655.
HSL color Cylindrical-coordinate representation of color #CF0A6C: hue angle of 330.15º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0A6C is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 108 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.19 |
| HSL | 330.15º | 0.91% | 0.43% | - |
| HSV(B) | 330.15º | 0.95% | 0.81% | - |
| XYZ | 28.55 | 14.57 | 15.49 | - |
| YUV | 80.08 | 143.77 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 108 | 0 | 0.95 | 0.48 | 0.19 | 330.15 | 0.91 | 0.43 |
| Hex | CF | A | 6C | 0 | 5F | 30 | 13 | 14A | 5B | 2B |
| Octal | 317 | 12 | 154 | 0 | 137 | 60 | 23 | 512 | 133 | 53 |
| Binary | 11001111 | 1010 | 1101100 | 0 | 1011111 | 110000 | 10011 | 101001010 | 1011011 | 101011 |
Color Harmonies of #CF0A6C
Complementary color
Monochromatic Colors of #CF0A6C
Black with #CF0A6C
Text Example
Text Example
White with #CF0A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0A6C; }
p { color: rgb(207,10,108); }
H1.HeaderClassName
{
color: #CF0A6C;
}
.AnyTagClassName
{
color: #CF0A6C;
}
</style>
background-color css
<style>
a { background-color: #CF0A6C; }
a { background-color: rgb(207,10,108); }
div.DivClassName
{
background-color: #CF0A6C;
}
.BgClassName
{
background-color: #CF0A6C;
}
</style>
border-color css
<style>
span { border-color: #CF0A6C; }
span { border-color: rgb(207,10,108); }
td.TdClassName
{
border-color: #CF0A6C;
}
.TagClassName
{
border-color: #CF0A6C;
}
</style>