Shades of Fuchsia #CF54AB
Tints of Fuchsia #CF54AB
RGB
CMYK
RGB Variations
Color information
#CF54AB (or 0xCF54AB) is known color: Fuchsia. HEX triplet: CF, 54 and AB. RGB value is (207,84,171). Sum of RGB (Red+Green+Blue) = 207+84+171=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF54AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF54AB is #30AB54. Grayscale: #828282. Windows color (decimal): -3189589 or 11228367. OLE color: 11228367.
HSL color Cylindrical-coordinate representation of color #CF54AB: hue angle of 317.56º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF54AB is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 171 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.19 |
| HSL | 317.56º | 0.56% | 0.57% | - |
| HSV(B) | 317.56º | 0.59% | 0.81% | - |
| XYZ | 36.25 | 22.55 | 40.97 | - |
| YUV | 130.7 | 150.75 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 171 | 0 | 0.59 | 0.17 | 0.19 | 317.56 | 0.56 | 0.57 |
| Hex | CF | 54 | AB | 0 | 3B | 11 | 13 | 13E | 38 | 39 |
| Octal | 317 | 124 | 253 | 0 | 73 | 21 | 23 | 476 | 70 | 71 |
| Binary | 11001111 | 1010100 | 10101011 | 0 | 111011 | 10001 | 10011 | 100111110 | 111000 | 111001 |
Color Harmonies of #CF54AB
Complementary color
Monochromatic Colors of #CF54AB
Black with #CF54AB
Text Example
Text Example
White with #CF54AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54AB; }
p { color: rgb(207,84,171); }
H1.HeaderClassName
{
color: #CF54AB;
}
.AnyTagClassName
{
color: #CF54AB;
}
</style>
background-color css
<style>
a { background-color: #CF54AB; }
a { background-color: rgb(207,84,171); }
div.DivClassName
{
background-color: #CF54AB;
}
.BgClassName
{
background-color: #CF54AB;
}
</style>
border-color css
<style>
span { border-color: #CF54AB; }
span { border-color: rgb(207,84,171); }
td.TdClassName
{
border-color: #CF54AB;
}
.TagClassName
{
border-color: #CF54AB;
}
</style>