Shades of Ruby #CF0362
Tints of Ruby #CF0362
RGB
CMYK
RGB Variations
Color information
#CF0362 (or 0xCF0362) is known color: Ruby. HEX triplet: CF, 03 and 62. RGB value is (207,3,98). Sum of RGB (Red+Green+Blue) = 207+3+98=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0362 is #30FC9D. Grayscale: #4A4A4A. Windows color (decimal): -3210398 or 6423503. OLE color: 6423503.
HSL color Cylindrical-coordinate representation of color #CF0362: hue angle of 332.06º 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 #CF0362 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 98 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.19 |
| HSL | 332.06º | 0.97% | 0.41% | - |
| HSV(B) | 332.06º | 0.99% | 0.81% | - |
| XYZ | 27.97 | 14.21 | 12.82 | - |
| YUV | 74.83 | 141.09 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 98 | 0 | 0.99 | 0.53 | 0.19 | 332.06 | 0.97 | 0.41 |
| Hex | CF | 3 | 62 | 0 | 63 | 35 | 13 | 14C | 61 | 29 |
| Octal | 317 | 3 | 142 | 0 | 143 | 65 | 23 | 514 | 141 | 51 |
| Binary | 11001111 | 11 | 1100010 | 0 | 1100011 | 110101 | 10011 | 101001100 | 1100001 | 101001 |
Color Harmonies of #CF0362
Complementary color
Monochromatic Colors of #CF0362
Black with #CF0362
Text Example
Text Example
White with #CF0362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0362; }
p { color: rgb(207,3,98); }
H1.HeaderClassName
{
color: #CF0362;
}
.AnyTagClassName
{
color: #CF0362;
}
</style>
background-color css
<style>
a { background-color: #CF0362; }
a { background-color: rgb(207,3,98); }
div.DivClassName
{
background-color: #CF0362;
}
.BgClassName
{
background-color: #CF0362;
}
</style>
border-color css
<style>
span { border-color: #CF0362; }
span { border-color: rgb(207,3,98); }
td.TdClassName
{
border-color: #CF0362;
}
.TagClassName
{
border-color: #CF0362;
}
</style>