Shades of Fuchsia #CF5AB9
Tints of Fuchsia #CF5AB9
RGB
CMYK
RGB Variations
Color information
#CF5AB9 (or 0xCF5AB9) is known color: Fuchsia. HEX triplet: CF, 5A and B9. RGB value is (207,90,185). Sum of RGB (Red+Green+Blue) = 207+90+185=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5AB9 is #30A546. Grayscale: #878787. Windows color (decimal): -3188039 or 12147407. OLE color: 12147407.
HSL color Cylindrical-coordinate representation of color #CF5AB9: hue angle of 311.28º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5AB9 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 185 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.19 |
| HSL | 311.28º | 0.55% | 0.58% | - |
| HSV(B) | 311.28º | 0.57% | 0.81% | - |
| XYZ | 38.15 | 24.08 | 48.54 | - |
| YUV | 135.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 185 | 0 | 0.57 | 0.11 | 0.19 | 311.28 | 0.55 | 0.58 |
| Hex | CF | 5A | B9 | 0 | 39 | B | 13 | 137 | 37 | 3A |
| Octal | 317 | 132 | 271 | 0 | 71 | 13 | 23 | 467 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10111001 | 0 | 111001 | 1011 | 10011 | 100110111 | 110111 | 111010 |
Color Harmonies of #CF5AB9
Complementary color
Monochromatic Colors of #CF5AB9
Black with #CF5AB9
Text Example
Text Example
White with #CF5AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AB9; }
p { color: rgb(207,90,185); }
H1.HeaderClassName
{
color: #CF5AB9;
}
.AnyTagClassName
{
color: #CF5AB9;
}
</style>
background-color css
<style>
a { background-color: #CF5AB9; }
a { background-color: rgb(207,90,185); }
div.DivClassName
{
background-color: #CF5AB9;
}
.BgClassName
{
background-color: #CF5AB9;
}
</style>
border-color css
<style>
span { border-color: #CF5AB9; }
span { border-color: rgb(207,90,185); }
td.TdClassName
{
border-color: #CF5AB9;
}
.TagClassName
{
border-color: #CF5AB9;
}
</style>