Shades of Fuchsia #CF57B1
Tints of Fuchsia #CF57B1
RGB
CMYK
RGB Variations
Color information
#CF57B1 (or 0xCF57B1) is known color: Fuchsia. HEX triplet: CF, 57 and B1. RGB value is (207,87,177). Sum of RGB (Red+Green+Blue) = 207+87+177=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF57B1 is #30A84E. Grayscale: #848484. Windows color (decimal): -3188815 or 11622351. OLE color: 11622351.
HSL color Cylindrical-coordinate representation of color #CF57B1: hue angle of 315º 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 #CF57B1 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 177 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.19 |
| HSL | 315º | 0.56% | 0.58% | - |
| HSV(B) | 315º | 0.58% | 0.81% | - |
| XYZ | 37.08 | 23.26 | 44.13 | - |
| YUV | 133.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 177 | 0 | 0.58 | 0.14 | 0.19 | 315 | 0.56 | 0.58 |
| Hex | CF | 57 | B1 | 0 | 3A | E | 13 | 13B | 38 | 3A |
| Octal | 317 | 127 | 261 | 0 | 72 | 16 | 23 | 473 | 70 | 72 |
| Binary | 11001111 | 1010111 | 10110001 | 0 | 111010 | 1110 | 10011 | 100111011 | 111000 | 111010 |
Color Harmonies of #CF57B1
Complementary color
Monochromatic Colors of #CF57B1
Black with #CF57B1
Text Example
Text Example
White with #CF57B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57B1; }
p { color: rgb(207,87,177); }
H1.HeaderClassName
{
color: #CF57B1;
}
.AnyTagClassName
{
color: #CF57B1;
}
</style>
background-color css
<style>
a { background-color: #CF57B1; }
a { background-color: rgb(207,87,177); }
div.DivClassName
{
background-color: #CF57B1;
}
.BgClassName
{
background-color: #CF57B1;
}
</style>
border-color css
<style>
span { border-color: #CF57B1; }
span { border-color: rgb(207,87,177); }
td.TdClassName
{
border-color: #CF57B1;
}
.TagClassName
{
border-color: #CF57B1;
}
</style>