Shades of Fuchsia #CF57CE
Tints of Fuchsia #CF57CE
RGB
CMYK
RGB Variations
Color information
#CF57CE (or 0xCF57CE) is known color: Fuchsia. HEX triplet: CF, 57 and CE. RGB value is (207,87,206). Sum of RGB (Red+Green+Blue) = 207+87+206=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57CE is #30A831. Grayscale: #888888. Windows color (decimal): -3188786 or 13522895. OLE color: 13522895.
HSL color Cylindrical-coordinate representation of color #CF57CE: hue angle of 300.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 #CF57CE is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 206 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.19 |
| HSL | 300.5º | 0.56% | 0.58% | - |
| HSV(B) | 300.5º | 0.58% | 0.81% | - |
| XYZ | 40.28 | 24.54 | 61.01 | - |
| YUV | 136.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 206 | 0 | 0.58 | 0.00 | 0.19 | 300.5 | 0.56 | 0.58 |
| Hex | CF | 57 | CE | 0 | 3A | 0 | 13 | 12C | 38 | 3A |
| Octal | 317 | 127 | 316 | 0 | 72 | 0 | 23 | 454 | 70 | 72 |
| Binary | 11001111 | 1010111 | 11001110 | 0 | 111010 | 0 | 10011 | 100101100 | 111000 | 111010 |
Color Harmonies of #CF57CE
Complementary color
Monochromatic Colors of #CF57CE
Black with #CF57CE
Text Example
Text Example
White with #CF57CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57CE; }
p { color: rgb(207,87,206); }
H1.HeaderClassName
{
color: #CF57CE;
}
.AnyTagClassName
{
color: #CF57CE;
}
</style>
background-color css
<style>
a { background-color: #CF57CE; }
a { background-color: rgb(207,87,206); }
div.DivClassName
{
background-color: #CF57CE;
}
.BgClassName
{
background-color: #CF57CE;
}
</style>
border-color css
<style>
span { border-color: #CF57CE; }
span { border-color: rgb(207,87,206); }
td.TdClassName
{
border-color: #CF57CE;
}
.TagClassName
{
border-color: #CF57CE;
}
</style>