Shades of Fuchsia #CF57BA
Tints of Fuchsia #CF57BA
RGB
CMYK
RGB Variations
Color information
#CF57BA (or 0xCF57BA) is known color: Fuchsia. HEX triplet: CF, 57 and BA. RGB value is (207,87,186). Sum of RGB (Red+Green+Blue) = 207+87+186=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57BA is #30A845. Grayscale: #858585. Windows color (decimal): -3188806 or 12212175. OLE color: 12212175.
HSL color Cylindrical-coordinate representation of color #CF57BA: hue angle of 310.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 #CF57BA is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 186 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.19 |
| HSL | 310.5º | 0.56% | 0.58% | - |
| HSV(B) | 310.5º | 0.58% | 0.81% | - |
| XYZ | 38 | 23.63 | 49.01 | - |
| YUV | 134.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 186 | 0 | 0.58 | 0.10 | 0.19 | 310.5 | 0.56 | 0.58 |
| Hex | CF | 57 | BA | 0 | 3A | A | 13 | 136 | 38 | 3A |
| Octal | 317 | 127 | 272 | 0 | 72 | 12 | 23 | 466 | 70 | 72 |
| Binary | 11001111 | 1010111 | 10111010 | 0 | 111010 | 1010 | 10011 | 100110110 | 111000 | 111010 |
Color Harmonies of #CF57BA
Complementary color
Monochromatic Colors of #CF57BA
Black with #CF57BA
Text Example
Text Example
White with #CF57BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57BA; }
p { color: rgb(207,87,186); }
H1.HeaderClassName
{
color: #CF57BA;
}
.AnyTagClassName
{
color: #CF57BA;
}
</style>
background-color css
<style>
a { background-color: #CF57BA; }
a { background-color: rgb(207,87,186); }
div.DivClassName
{
background-color: #CF57BA;
}
.BgClassName
{
background-color: #CF57BA;
}
</style>
border-color css
<style>
span { border-color: #CF57BA; }
span { border-color: rgb(207,87,186); }
td.TdClassName
{
border-color: #CF57BA;
}
.TagClassName
{
border-color: #CF57BA;
}
</style>