Shades of Fuchsia #CF57BE
Tints of Fuchsia #CF57BE
RGB
CMYK
RGB Variations
Color information
#CF57BE (or 0xCF57BE) is known color: Fuchsia. HEX triplet: CF, 57 and BE. RGB value is (207,87,190). Sum of RGB (Red+Green+Blue) = 207+87+190=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57BE is #30A841. Grayscale: #868686. Windows color (decimal): -3188802 or 12474319. OLE color: 12474319.
HSL color Cylindrical-coordinate representation of color #CF57BE: hue angle of 308.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 #CF57BE is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 190 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.19 |
| HSL | 308.5º | 0.56% | 0.58% | - |
| HSV(B) | 308.5º | 0.58% | 0.81% | - |
| XYZ | 38.43 | 23.8 | 51.28 | - |
| YUV | 134.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 190 | 0 | 0.58 | 0.08 | 0.19 | 308.5 | 0.56 | 0.58 |
| Hex | CF | 57 | BE | 0 | 3A | 8 | 13 | 134 | 38 | 3A |
| Octal | 317 | 127 | 276 | 0 | 72 | 10 | 23 | 464 | 70 | 72 |
| Binary | 11001111 | 1010111 | 10111110 | 0 | 111010 | 1000 | 10011 | 100110100 | 111000 | 111010 |
Color Harmonies of #CF57BE
Complementary color
Monochromatic Colors of #CF57BE
Black with #CF57BE
Text Example
Text Example
White with #CF57BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57BE; }
p { color: rgb(207,87,190); }
H1.HeaderClassName
{
color: #CF57BE;
}
.AnyTagClassName
{
color: #CF57BE;
}
</style>
background-color css
<style>
a { background-color: #CF57BE; }
a { background-color: rgb(207,87,190); }
div.DivClassName
{
background-color: #CF57BE;
}
.BgClassName
{
background-color: #CF57BE;
}
</style>
border-color css
<style>
span { border-color: #CF57BE; }
span { border-color: rgb(207,87,190); }
td.TdClassName
{
border-color: #CF57BE;
}
.TagClassName
{
border-color: #CF57BE;
}
</style>