Shades of Ruby #CF036B
Tints of Ruby #CF036B
RGB
CMYK
RGB Variations
Color information
#CF036B (or 0xCF036B) is known color: Ruby. HEX triplet: CF, 03 and 6B. RGB value is (207,3,107). Sum of RGB (Red+Green+Blue) = 207+3+107=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF036B is #30FC94. Grayscale: #4B4B4B. Windows color (decimal): -3210389 or 7013327. OLE color: 7013327.
HSL color Cylindrical-coordinate representation of color #CF036B: hue angle of 329.41º 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 #CF036B is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 107 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.19 |
| HSL | 329.41º | 0.97% | 0.41% | - |
| HSV(B) | 329.41º | 0.99% | 0.81% | - |
| XYZ | 28.42 | 14.39 | 15.19 | - |
| YUV | 75.85 | 145.59 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 107 | 0 | 0.99 | 0.48 | 0.19 | 329.41 | 0.97 | 0.41 |
| Hex | CF | 3 | 6B | 0 | 63 | 30 | 13 | 149 | 61 | 29 |
| Octal | 317 | 3 | 153 | 0 | 143 | 60 | 23 | 511 | 141 | 51 |
| Binary | 11001111 | 11 | 1101011 | 0 | 1100011 | 110000 | 10011 | 101001001 | 1100001 | 101001 |
Color Harmonies of #CF036B
Complementary color
Monochromatic Colors of #CF036B
Black with #CF036B
Text Example
Text Example
White with #CF036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF036B; }
p { color: rgb(207,3,107); }
H1.HeaderClassName
{
color: #CF036B;
}
.AnyTagClassName
{
color: #CF036B;
}
</style>
background-color css
<style>
a { background-color: #CF036B; }
a { background-color: rgb(207,3,107); }
div.DivClassName
{
background-color: #CF036B;
}
.BgClassName
{
background-color: #CF036B;
}
</style>
border-color css
<style>
span { border-color: #CF036B; }
span { border-color: rgb(207,3,107); }
td.TdClassName
{
border-color: #CF036B;
}
.TagClassName
{
border-color: #CF036B;
}
</style>