Shades of Fuchsia #CF37AF
Tints of Fuchsia #CF37AF
RGB
CMYK
RGB Variations
Color information
#CF37AF (or 0xCF37AF) is known color: Fuchsia. HEX triplet: CF, 37 and AF. RGB value is (207,55,175). Sum of RGB (Red+Green+Blue) = 207+55+175=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF37AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF37AF is #30C850. Grayscale: #717171. Windows color (decimal): -3197009 or 11483087. OLE color: 11483087.
HSL color Cylindrical-coordinate representation of color #CF37AF: hue angle of 312.63º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF37AF is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 175 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.19 |
| HSL | 312.63º | 0.61% | 0.51% | - |
| HSV(B) | 312.63º | 0.73% | 0.81% | - |
| XYZ | 34.84 | 19.09 | 42.41 | - |
| YUV | 114.13 | 162.36 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 175 | 0 | 0.73 | 0.15 | 0.19 | 312.63 | 0.61 | 0.51 |
| Hex | CF | 37 | AF | 0 | 49 | F | 13 | 139 | 3D | 33 |
| Octal | 317 | 67 | 257 | 0 | 111 | 17 | 23 | 471 | 75 | 63 |
| Binary | 11001111 | 110111 | 10101111 | 0 | 1001001 | 1111 | 10011 | 100111001 | 111101 | 110011 |
Color Harmonies of #CF37AF
Complementary color
Monochromatic Colors of #CF37AF
Black with #CF37AF
Text Example
Text Example
White with #CF37AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF37AF; }
p { color: rgb(207,55,175); }
H1.HeaderClassName
{
color: #CF37AF;
}
.AnyTagClassName
{
color: #CF37AF;
}
</style>
background-color css
<style>
a { background-color: #CF37AF; }
a { background-color: rgb(207,55,175); }
div.DivClassName
{
background-color: #CF37AF;
}
.BgClassName
{
background-color: #CF37AF;
}
</style>
border-color css
<style>
span { border-color: #CF37AF; }
span { border-color: rgb(207,55,175); }
td.TdClassName
{
border-color: #CF37AF;
}
.TagClassName
{
border-color: #CF37AF;
}
</style>