Shades of Fuchsia #CF57BB
Tints of Fuchsia #CF57BB
RGB
CMYK
RGB Variations
Color information
#CF57BB (or 0xCF57BB) is known color: Fuchsia. HEX triplet: CF, 57 and BB. RGB value is (207,87,187). Sum of RGB (Red+Green+Blue) = 207+87+187=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57BB is #30A844. Grayscale: #868686. Windows color (decimal): -3188805 or 12277711. OLE color: 12277711.
HSL color Cylindrical-coordinate representation of color #CF57BB: hue angle of 310º 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 #CF57BB is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 187 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.19 |
| HSL | 310º | 0.56% | 0.58% | - |
| HSV(B) | 310º | 0.58% | 0.81% | - |
| XYZ | 38.11 | 23.67 | 49.57 | - |
| YUV | 134.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 187 | 0 | 0.58 | 0.10 | 0.19 | 310 | 0.56 | 0.58 |
| Hex | CF | 57 | BB | 0 | 3A | A | 13 | 136 | 38 | 3A |
| Octal | 317 | 127 | 273 | 0 | 72 | 12 | 23 | 466 | 70 | 72 |
| Binary | 11001111 | 1010111 | 10111011 | 0 | 111010 | 1010 | 10011 | 100110110 | 111000 | 111010 |
Color Harmonies of #CF57BB
Complementary color
Monochromatic Colors of #CF57BB
Black with #CF57BB
Text Example
Text Example
White with #CF57BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57BB; }
p { color: rgb(207,87,187); }
H1.HeaderClassName
{
color: #CF57BB;
}
.AnyTagClassName
{
color: #CF57BB;
}
</style>
background-color css
<style>
a { background-color: #CF57BB; }
a { background-color: rgb(207,87,187); }
div.DivClassName
{
background-color: #CF57BB;
}
.BgClassName
{
background-color: #CF57BB;
}
</style>
border-color css
<style>
span { border-color: #CF57BB; }
span { border-color: rgb(207,87,187); }
td.TdClassName
{
border-color: #CF57BB;
}
.TagClassName
{
border-color: #CF57BB;
}
</style>