Shades of Fuchsia #CF57AC
Tints of Fuchsia #CF57AC
RGB
CMYK
RGB Variations
Color information
#CF57AC (or 0xCF57AC) is known color: Fuchsia. HEX triplet: CF, 57 and AC. RGB value is (207,87,172). Sum of RGB (Red+Green+Blue) = 207+87+172=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF57AC is #30A853. Grayscale: #848484. Windows color (decimal): -3188820 or 11294671. OLE color: 11294671.
HSL color Cylindrical-coordinate representation of color #CF57AC: hue angle of 317.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF57AC is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 172 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.19 |
| HSL | 317.5º | 0.56% | 0.58% | - |
| HSV(B) | 317.5º | 0.58% | 0.81% | - |
| XYZ | 36.59 | 23.06 | 41.55 | - |
| YUV | 132.57 | 150.26 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 172 | 0 | 0.58 | 0.17 | 0.19 | 317.5 | 0.56 | 0.58 |
| Hex | CF | 57 | AC | 0 | 3A | 11 | 13 | 13E | 38 | 3A |
| Octal | 317 | 127 | 254 | 0 | 72 | 21 | 23 | 476 | 70 | 72 |
| Binary | 11001111 | 1010111 | 10101100 | 0 | 111010 | 10001 | 10011 | 100111110 | 111000 | 111010 |
Color Harmonies of #CF57AC
Complementary color
Monochromatic Colors of #CF57AC
Black with #CF57AC
Text Example
Text Example
White with #CF57AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57AC; }
p { color: rgb(207,87,172); }
H1.HeaderClassName
{
color: #CF57AC;
}
.AnyTagClassName
{
color: #CF57AC;
}
</style>
background-color css
<style>
a { background-color: #CF57AC; }
a { background-color: rgb(207,87,172); }
div.DivClassName
{
background-color: #CF57AC;
}
.BgClassName
{
background-color: #CF57AC;
}
</style>
border-color css
<style>
span { border-color: #CF57AC; }
span { border-color: rgb(207,87,172); }
td.TdClassName
{
border-color: #CF57AC;
}
.TagClassName
{
border-color: #CF57AC;
}
</style>