Shades of Fuchsia #CF4AAB
Tints of Fuchsia #CF4AAB
RGB
CMYK
RGB Variations
Color information
#CF4AAB (or 0xCF4AAB) is known color: Fuchsia. HEX triplet: CF, 4A and AB. RGB value is (207,74,171). Sum of RGB (Red+Green+Blue) = 207+74+171=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4AAB is #30B554. Grayscale: #7C7C7C. Windows color (decimal): -3192149 or 11225807. OLE color: 11225807.
HSL color Cylindrical-coordinate representation of color #CF4AAB: hue angle of 316.24º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4AAB is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 171 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.19 |
| HSL | 316.24º | 0.58% | 0.55% | - |
| HSV(B) | 316.24º | 0.64% | 0.81% | - |
| XYZ | 35.53 | 21.1 | 40.73 | - |
| YUV | 124.83 | 154.06 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 171 | 0 | 0.64 | 0.17 | 0.19 | 316.24 | 0.58 | 0.55 |
| Hex | CF | 4A | AB | 0 | 40 | 11 | 13 | 13C | 3A | 37 |
| Octal | 317 | 112 | 253 | 0 | 100 | 21 | 23 | 474 | 72 | 67 |
| Binary | 11001111 | 1001010 | 10101011 | 0 | 1000000 | 10001 | 10011 | 100111100 | 111010 | 110111 |
Color Harmonies of #CF4AAB
Complementary color
Monochromatic Colors of #CF4AAB
Black with #CF4AAB
Text Example
Text Example
White with #CF4AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AAB; }
p { color: rgb(207,74,171); }
H1.HeaderClassName
{
color: #CF4AAB;
}
.AnyTagClassName
{
color: #CF4AAB;
}
</style>
background-color css
<style>
a { background-color: #CF4AAB; }
a { background-color: rgb(207,74,171); }
div.DivClassName
{
background-color: #CF4AAB;
}
.BgClassName
{
background-color: #CF4AAB;
}
</style>
border-color css
<style>
span { border-color: #CF4AAB; }
span { border-color: rgb(207,74,171); }
td.TdClassName
{
border-color: #CF4AAB;
}
.TagClassName
{
border-color: #CF4AAB;
}
</style>