Shades of Fuchsia #CF57C0
Tints of Fuchsia #CF57C0
RGB
CMYK
RGB Variations
Color information
#CF57C0 (or 0xCF57C0) is known color: Fuchsia. HEX triplet: CF, 57 and C0. RGB value is (207,87,192). Sum of RGB (Red+Green+Blue) = 207+87+192=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57C0 is #30A83F. Grayscale: #868686. Windows color (decimal): -3188800 or 12605391. OLE color: 12605391.
HSL color Cylindrical-coordinate representation of color #CF57C0: hue angle of 307.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 #CF57C0 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 192 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.19 |
| HSL | 307.5º | 0.56% | 0.58% | - |
| HSV(B) | 307.5º | 0.58% | 0.81% | - |
| XYZ | 38.65 | 23.89 | 52.44 | - |
| YUV | 134.85 | 160.26 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 192 | 0 | 0.58 | 0.07 | 0.19 | 307.5 | 0.56 | 0.58 |
| Hex | CF | 57 | C0 | 0 | 3A | 7 | 13 | 134 | 38 | 3A |
| Octal | 317 | 127 | 300 | 0 | 72 | 7 | 23 | 464 | 70 | 72 |
| Binary | 11001111 | 1010111 | 11000000 | 0 | 111010 | 111 | 10011 | 100110100 | 111000 | 111010 |
Color Harmonies of #CF57C0
Complementary color
Monochromatic Colors of #CF57C0
Black with #CF57C0
Text Example
Text Example
White with #CF57C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57C0; }
p { color: rgb(207,87,192); }
H1.HeaderClassName
{
color: #CF57C0;
}
.AnyTagClassName
{
color: #CF57C0;
}
</style>
background-color css
<style>
a { background-color: #CF57C0; }
a { background-color: rgb(207,87,192); }
div.DivClassName
{
background-color: #CF57C0;
}
.BgClassName
{
background-color: #CF57C0;
}
</style>
border-color css
<style>
span { border-color: #CF57C0; }
span { border-color: rgb(207,87,192); }
td.TdClassName
{
border-color: #CF57C0;
}
.TagClassName
{
border-color: #CF57C0;
}
</style>