Shades of Fuchsia #CF60B9
Tints of Fuchsia #CF60B9
RGB
CMYK
RGB Variations
Color information
#CF60B9 (or 0xCF60B9) is known color: Fuchsia. HEX triplet: CF, 60 and B9. RGB value is (207,96,185). Sum of RGB (Red+Green+Blue) = 207+96+185=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF60B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60B9 is #309F46. Grayscale: #8B8B8B. Windows color (decimal): -3186503 or 12148943. OLE color: 12148943.
HSL color Cylindrical-coordinate representation of color #CF60B9: hue angle of 311.89º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF60B9 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 185 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.19 |
| HSL | 311.89º | 0.54% | 0.59% | - |
| HSV(B) | 311.89º | 0.54% | 0.81% | - |
| XYZ | 38.67 | 25.13 | 48.71 | - |
| YUV | 139.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 185 | 0 | 0.54 | 0.11 | 0.19 | 311.89 | 0.54 | 0.59 |
| Hex | CF | 60 | B9 | 0 | 36 | B | 13 | 138 | 36 | 3B |
| Octal | 317 | 140 | 271 | 0 | 66 | 13 | 23 | 470 | 66 | 73 |
| Binary | 11001111 | 1100000 | 10111001 | 0 | 110110 | 1011 | 10011 | 100111000 | 110110 | 111011 |
Color Harmonies of #CF60B9
Complementary color
Monochromatic Colors of #CF60B9
Black with #CF60B9
Text Example
Text Example
White with #CF60B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60B9; }
p { color: rgb(207,96,185); }
H1.HeaderClassName
{
color: #CF60B9;
}
.AnyTagClassName
{
color: #CF60B9;
}
</style>
background-color css
<style>
a { background-color: #CF60B9; }
a { background-color: rgb(207,96,185); }
div.DivClassName
{
background-color: #CF60B9;
}
.BgClassName
{
background-color: #CF60B9;
}
</style>
border-color css
<style>
span { border-color: #CF60B9; }
span { border-color: rgb(207,96,185); }
td.TdClassName
{
border-color: #CF60B9;
}
.TagClassName
{
border-color: #CF60B9;
}
</style>