Shades of Fuchsia #CF51AF
Tints of Fuchsia #CF51AF
RGB
CMYK
RGB Variations
Color information
#CF51AF (or 0xCF51AF) is known color: Fuchsia. HEX triplet: CF, 51 and AF. RGB value is (207,81,175). Sum of RGB (Red+Green+Blue) = 207+81+175=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF51AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF51AF is #30AE50. Grayscale: #818181. Windows color (decimal): -3190353 or 11489743. OLE color: 11489743.
HSL color Cylindrical-coordinate representation of color #CF51AF: hue angle of 315.24º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF51AF is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 175 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.19 |
| HSL | 315.24º | 0.57% | 0.56% | - |
| HSV(B) | 315.24º | 0.61% | 0.81% | - |
| XYZ | 36.41 | 22.25 | 42.93 | - |
| YUV | 129.39 | 153.74 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 175 | 0 | 0.61 | 0.15 | 0.19 | 315.24 | 0.57 | 0.56 |
| Hex | CF | 51 | AF | 0 | 3D | F | 13 | 13B | 39 | 38 |
| Octal | 317 | 121 | 257 | 0 | 75 | 17 | 23 | 473 | 71 | 70 |
| Binary | 11001111 | 1010001 | 10101111 | 0 | 111101 | 1111 | 10011 | 100111011 | 111001 | 111000 |
Color Harmonies of #CF51AF
Complementary color
Monochromatic Colors of #CF51AF
Black with #CF51AF
Text Example
Text Example
White with #CF51AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51AF; }
p { color: rgb(207,81,175); }
H1.HeaderClassName
{
color: #CF51AF;
}
.AnyTagClassName
{
color: #CF51AF;
}
</style>
background-color css
<style>
a { background-color: #CF51AF; }
a { background-color: rgb(207,81,175); }
div.DivClassName
{
background-color: #CF51AF;
}
.BgClassName
{
background-color: #CF51AF;
}
</style>
border-color css
<style>
span { border-color: #CF51AF; }
span { border-color: rgb(207,81,175); }
td.TdClassName
{
border-color: #CF51AF;
}
.TagClassName
{
border-color: #CF51AF;
}
</style>