Shades of Fuchsia #CF5AB1
Tints of Fuchsia #CF5AB1
RGB
CMYK
RGB Variations
Color information
#CF5AB1 (or 0xCF5AB1) is known color: Fuchsia. HEX triplet: CF, 5A and B1. RGB value is (207,90,177). Sum of RGB (Red+Green+Blue) = 207+90+177=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5AB1 is #30A54E. Grayscale: #868686. Windows color (decimal): -3188047 or 11623119. OLE color: 11623119.
HSL color Cylindrical-coordinate representation of color #CF5AB1: hue angle of 315.38º 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 #CF5AB1 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 177 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.19 |
| HSL | 315.38º | 0.55% | 0.58% | - |
| HSV(B) | 315.38º | 0.57% | 0.81% | - |
| XYZ | 37.32 | 23.75 | 44.21 | - |
| YUV | 134.9 | 151.76 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 177 | 0 | 0.57 | 0.14 | 0.19 | 315.38 | 0.55 | 0.58 |
| Hex | CF | 5A | B1 | 0 | 39 | E | 13 | 13B | 37 | 3A |
| Octal | 317 | 132 | 261 | 0 | 71 | 16 | 23 | 473 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10110001 | 0 | 111001 | 1110 | 10011 | 100111011 | 110111 | 111010 |
Color Harmonies of #CF5AB1
Complementary color
Monochromatic Colors of #CF5AB1
Black with #CF5AB1
Text Example
Text Example
White with #CF5AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AB1; }
p { color: rgb(207,90,177); }
H1.HeaderClassName
{
color: #CF5AB1;
}
.AnyTagClassName
{
color: #CF5AB1;
}
</style>
background-color css
<style>
a { background-color: #CF5AB1; }
a { background-color: rgb(207,90,177); }
div.DivClassName
{
background-color: #CF5AB1;
}
.BgClassName
{
background-color: #CF5AB1;
}
</style>
border-color css
<style>
span { border-color: #CF5AB1; }
span { border-color: rgb(207,90,177); }
td.TdClassName
{
border-color: #CF5AB1;
}
.TagClassName
{
border-color: #CF5AB1;
}
</style>