Shades of Fuchsia #CF57AD
Tints of Fuchsia #CF57AD
RGB
CMYK
RGB Variations
Color information
#CF57AD (or 0xCF57AD) is known color: Fuchsia. HEX triplet: CF, 57 and AD. RGB value is (207,87,173). Sum of RGB (Red+Green+Blue) = 207+87+173=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF57AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF57AD is #30A852. Grayscale: #848484. Windows color (decimal): -3188819 or 11360207. OLE color: 11360207.
HSL color Cylindrical-coordinate representation of color #CF57AD: hue angle of 317º 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 #CF57AD is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 87 | 173 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.19 |
| HSL | 317º | 0.56% | 0.58% | - |
| HSV(B) | 317º | 0.58% | 0.81% | - |
| XYZ | 36.68 | 23.1 | 42.06 | - |
| YUV | 132.68 | 150.76 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 173 | 0 | 0.58 | 0.16 | 0.19 | 317 | 0.56 | 0.58 |
| Hex | CF | 57 | AD | 0 | 3A | 10 | 13 | 13D | 38 | 3A |
| Octal | 317 | 127 | 255 | 0 | 72 | 20 | 23 | 475 | 70 | 72 |
| Binary | 11001111 | 1010111 | 10101101 | 0 | 111010 | 10000 | 10011 | 100111101 | 111000 | 111010 |
Color Harmonies of #CF57AD
Complementary color
Monochromatic Colors of #CF57AD
Black with #CF57AD
Text Example
Text Example
White with #CF57AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57AD; }
p { color: rgb(207,87,173); }
H1.HeaderClassName
{
color: #CF57AD;
}
.AnyTagClassName
{
color: #CF57AD;
}
</style>
background-color css
<style>
a { background-color: #CF57AD; }
a { background-color: rgb(207,87,173); }
div.DivClassName
{
background-color: #CF57AD;
}
.BgClassName
{
background-color: #CF57AD;
}
</style>
border-color css
<style>
span { border-color: #CF57AD; }
span { border-color: rgb(207,87,173); }
td.TdClassName
{
border-color: #CF57AD;
}
.TagClassName
{
border-color: #CF57AD;
}
</style>