Shades of Fuchsia #CF4BAC
Tints of Fuchsia #CF4BAC
RGB
CMYK
RGB Variations
Color information
#CF4BAC (or 0xCF4BAC) is known color: Fuchsia. HEX triplet: CF, 4B and AC. RGB value is (207,75,172). Sum of RGB (Red+Green+Blue) = 207+75+172=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4BAC is #30B453. Grayscale: #7D7D7D. Windows color (decimal): -3191892 or 11291599. OLE color: 11291599.
HSL color Cylindrical-coordinate representation of color #CF4BAC: hue angle of 315.91º 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 #CF4BAC is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 172 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.19 |
| HSL | 315.91º | 0.58% | 0.55% | - |
| HSV(B) | 315.91º | 0.64% | 0.81% | - |
| XYZ | 35.69 | 21.28 | 41.26 | - |
| YUV | 125.53 | 154.23 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 172 | 0 | 0.64 | 0.17 | 0.19 | 315.91 | 0.58 | 0.55 |
| Hex | CF | 4B | AC | 0 | 40 | 11 | 13 | 13C | 3A | 37 |
| Octal | 317 | 113 | 254 | 0 | 100 | 21 | 23 | 474 | 72 | 67 |
| Binary | 11001111 | 1001011 | 10101100 | 0 | 1000000 | 10001 | 10011 | 100111100 | 111010 | 110111 |
Color Harmonies of #CF4BAC
Complementary color
Monochromatic Colors of #CF4BAC
Black with #CF4BAC
Text Example
Text Example
White with #CF4BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BAC; }
p { color: rgb(207,75,172); }
H1.HeaderClassName
{
color: #CF4BAC;
}
.AnyTagClassName
{
color: #CF4BAC;
}
</style>
background-color css
<style>
a { background-color: #CF4BAC; }
a { background-color: rgb(207,75,172); }
div.DivClassName
{
background-color: #CF4BAC;
}
.BgClassName
{
background-color: #CF4BAC;
}
</style>
border-color css
<style>
span { border-color: #CF4BAC; }
span { border-color: rgb(207,75,172); }
td.TdClassName
{
border-color: #CF4BAC;
}
.TagClassName
{
border-color: #CF4BAC;
}
</style>