Shades of Fuchsia #CF5AB0
Tints of Fuchsia #CF5AB0
RGB
CMYK
RGB Variations
Color information
#CF5AB0 (or 0xCF5AB0) is known color: Fuchsia. HEX triplet: CF, 5A and B0. RGB value is (207,90,176). Sum of RGB (Red+Green+Blue) = 207+90+176=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5AB0 is #30A54F. Grayscale: #868686. Windows color (decimal): -3188048 or 11557583. OLE color: 11557583.
HSL color Cylindrical-coordinate representation of color #CF5AB0: hue angle of 315.9º 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 #CF5AB0 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 176 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.19 |
| HSL | 315.9º | 0.55% | 0.58% | - |
| HSV(B) | 315.9º | 0.57% | 0.81% | - |
| XYZ | 37.22 | 23.71 | 43.69 | - |
| YUV | 134.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 176 | 0 | 0.57 | 0.15 | 0.19 | 315.9 | 0.55 | 0.58 |
| Hex | CF | 5A | B0 | 0 | 39 | F | 13 | 13C | 37 | 3A |
| Octal | 317 | 132 | 260 | 0 | 71 | 17 | 23 | 474 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10110000 | 0 | 111001 | 1111 | 10011 | 100111100 | 110111 | 111010 |
Color Harmonies of #CF5AB0
Complementary color
Monochromatic Colors of #CF5AB0
Black with #CF5AB0
Text Example
Text Example
White with #CF5AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AB0; }
p { color: rgb(207,90,176); }
H1.HeaderClassName
{
color: #CF5AB0;
}
.AnyTagClassName
{
color: #CF5AB0;
}
</style>
background-color css
<style>
a { background-color: #CF5AB0; }
a { background-color: rgb(207,90,176); }
div.DivClassName
{
background-color: #CF5AB0;
}
.BgClassName
{
background-color: #CF5AB0;
}
</style>
border-color css
<style>
span { border-color: #CF5AB0; }
span { border-color: rgb(207,90,176); }
td.TdClassName
{
border-color: #CF5AB0;
}
.TagClassName
{
border-color: #CF5AB0;
}
</style>