Shades of Fuchsia #CF3CB9
Tints of Fuchsia #CF3CB9
RGB
CMYK
RGB Variations
Color information
#CF3CB9 (or 0xCF3CB9) is known color: Fuchsia. HEX triplet: CF, 3C and B9. RGB value is (207,60,185). Sum of RGB (Red+Green+Blue) = 207+60+185=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CB9 is #30C346. Grayscale: #757575. Windows color (decimal): -3195719 or 12139727. OLE color: 12139727.
HSL color Cylindrical-coordinate representation of color #CF3CB9: hue angle of 308.98º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3CB9 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 185 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.19 |
| HSL | 308.98º | 0.6% | 0.52% | - |
| HSV(B) | 308.98º | 0.71% | 0.81% | - |
| XYZ | 36.1 | 20 | 47.86 | - |
| YUV | 118.2 | 165.7 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 185 | 0 | 0.71 | 0.11 | 0.19 | 308.98 | 0.6 | 0.52 |
| Hex | CF | 3C | B9 | 0 | 47 | B | 13 | 135 | 3C | 34 |
| Octal | 317 | 74 | 271 | 0 | 107 | 13 | 23 | 465 | 74 | 64 |
| Binary | 11001111 | 111100 | 10111001 | 0 | 1000111 | 1011 | 10011 | 100110101 | 111100 | 110100 |
Color Harmonies of #CF3CB9
Complementary color
Monochromatic Colors of #CF3CB9
Black with #CF3CB9
Text Example
Text Example
White with #CF3CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CB9; }
p { color: rgb(207,60,185); }
H1.HeaderClassName
{
color: #CF3CB9;
}
.AnyTagClassName
{
color: #CF3CB9;
}
</style>
background-color css
<style>
a { background-color: #CF3CB9; }
a { background-color: rgb(207,60,185); }
div.DivClassName
{
background-color: #CF3CB9;
}
.BgClassName
{
background-color: #CF3CB9;
}
</style>
border-color css
<style>
span { border-color: #CF3CB9; }
span { border-color: rgb(207,60,185); }
td.TdClassName
{
border-color: #CF3CB9;
}
.TagClassName
{
border-color: #CF3CB9;
}
</style>