Shades of Fuchsia #CF4CAB
Tints of Fuchsia #CF4CAB
RGB
CMYK
RGB Variations
Color information
#CF4CAB (or 0xCF4CAB) is known color: Fuchsia. HEX triplet: CF, 4C and AB. RGB value is (207,76,171). Sum of RGB (Red+Green+Blue) = 207+76+171=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4CAB is #30B354. Grayscale: #7D7D7D. Windows color (decimal): -3191637 or 11226319. OLE color: 11226319.
HSL color Cylindrical-coordinate representation of color #CF4CAB: hue angle of 316.49º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4CAB is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 171 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.19 |
| HSL | 316.49º | 0.58% | 0.55% | - |
| HSV(B) | 316.49º | 0.63% | 0.81% | - |
| XYZ | 35.67 | 21.37 | 40.77 | - |
| YUV | 126 | 153.4 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 171 | 0 | 0.63 | 0.17 | 0.19 | 316.49 | 0.58 | 0.55 |
| Hex | CF | 4C | AB | 0 | 3F | 11 | 13 | 13C | 3A | 37 |
| Octal | 317 | 114 | 253 | 0 | 77 | 21 | 23 | 474 | 72 | 67 |
| Binary | 11001111 | 1001100 | 10101011 | 0 | 111111 | 10001 | 10011 | 100111100 | 111010 | 110111 |
Color Harmonies of #CF4CAB
Complementary color
Monochromatic Colors of #CF4CAB
Black with #CF4CAB
Text Example
Text Example
White with #CF4CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4CAB; }
p { color: rgb(207,76,171); }
H1.HeaderClassName
{
color: #CF4CAB;
}
.AnyTagClassName
{
color: #CF4CAB;
}
</style>
background-color css
<style>
a { background-color: #CF4CAB; }
a { background-color: rgb(207,76,171); }
div.DivClassName
{
background-color: #CF4CAB;
}
.BgClassName
{
background-color: #CF4CAB;
}
</style>
border-color css
<style>
span { border-color: #CF4CAB; }
span { border-color: rgb(207,76,171); }
td.TdClassName
{
border-color: #CF4CAB;
}
.TagClassName
{
border-color: #CF4CAB;
}
</style>