Shades of Fuchsia #CF57BD
Tints of Fuchsia #CF57BD
RGB
CMYK
RGB Variations
Color information
#CF57BD (or 0xCF57BD) is known color: Fuchsia. HEX triplet: CF, 57 and BD. RGB value is (207,87,189). Sum of RGB (Red+Green+Blue) = 207+87+189=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57BD is #30A842. Grayscale: #868686. Windows color (decimal): -3188803 or 12408783. OLE color: 12408783.
HSL color Cylindrical-coordinate representation of color #CF57BD: hue angle of 309º 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 #CF57BD is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 189 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.19 |
| HSL | 309º | 0.56% | 0.58% | - |
| HSV(B) | 309º | 0.58% | 0.81% | - |
| XYZ | 38.33 | 23.76 | 50.71 | - |
| YUV | 134.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 189 | 0 | 0.58 | 0.09 | 0.19 | 309 | 0.56 | 0.58 |
| Hex | CF | 57 | BD | 0 | 3A | 9 | 13 | 135 | 38 | 3A |
| Octal | 317 | 127 | 275 | 0 | 72 | 11 | 23 | 465 | 70 | 72 |
| Binary | 11001111 | 1010111 | 10111101 | 0 | 111010 | 1001 | 10011 | 100110101 | 111000 | 111010 |
Color Harmonies of #CF57BD
Complementary color
Monochromatic Colors of #CF57BD
Black with #CF57BD
Text Example
Text Example
White with #CF57BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57BD; }
p { color: rgb(207,87,189); }
H1.HeaderClassName
{
color: #CF57BD;
}
.AnyTagClassName
{
color: #CF57BD;
}
</style>
background-color css
<style>
a { background-color: #CF57BD; }
a { background-color: rgb(207,87,189); }
div.DivClassName
{
background-color: #CF57BD;
}
.BgClassName
{
background-color: #CF57BD;
}
</style>
border-color css
<style>
span { border-color: #CF57BD; }
span { border-color: rgb(207,87,189); }
td.TdClassName
{
border-color: #CF57BD;
}
.TagClassName
{
border-color: #CF57BD;
}
</style>