Shades of Fuchsia #CF45AB
Tints of Fuchsia #CF45AB
RGB
CMYK
RGB Variations
Color information
#CF45AB (or 0xCF45AB) is known color: Fuchsia. HEX triplet: CF, 45 and AB. RGB value is (207,69,171). Sum of RGB (Red+Green+Blue) = 207+69+171=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF45AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF45AB is #30BA54. Grayscale: #797979. Windows color (decimal): -3193429 or 11224527. OLE color: 11224527.
HSL color Cylindrical-coordinate representation of color #CF45AB: hue angle of 315.65º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF45AB is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 171 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.19 |
| HSL | 315.65º | 0.59% | 0.54% | - |
| HSV(B) | 315.65º | 0.67% | 0.81% | - |
| XYZ | 35.21 | 20.46 | 40.62 | - |
| YUV | 121.89 | 155.72 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 171 | 0 | 0.67 | 0.17 | 0.19 | 315.65 | 0.59 | 0.54 |
| Hex | CF | 45 | AB | 0 | 43 | 11 | 13 | 13C | 3B | 36 |
| Octal | 317 | 105 | 253 | 0 | 103 | 21 | 23 | 474 | 73 | 66 |
| Binary | 11001111 | 1000101 | 10101011 | 0 | 1000011 | 10001 | 10011 | 100111100 | 111011 | 110110 |
Color Harmonies of #CF45AB
Complementary color
Monochromatic Colors of #CF45AB
Black with #CF45AB
Text Example
Text Example
White with #CF45AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF45AB; }
p { color: rgb(207,69,171); }
H1.HeaderClassName
{
color: #CF45AB;
}
.AnyTagClassName
{
color: #CF45AB;
}
</style>
background-color css
<style>
a { background-color: #CF45AB; }
a { background-color: rgb(207,69,171); }
div.DivClassName
{
background-color: #CF45AB;
}
.BgClassName
{
background-color: #CF45AB;
}
</style>
border-color css
<style>
span { border-color: #CF45AB; }
span { border-color: rgb(207,69,171); }
td.TdClassName
{
border-color: #CF45AB;
}
.TagClassName
{
border-color: #CF45AB;
}
</style>