Shades of Fuchsia #CF37BC
Tints of Fuchsia #CF37BC
RGB
CMYK
RGB Variations
Color information
#CF37BC (or 0xCF37BC) is known color: Fuchsia. HEX triplet: CF, 37 and BC. RGB value is (207,55,188). Sum of RGB (Red+Green+Blue) = 207+55+188=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF37BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF37BC is #30C843. Grayscale: #737373. Windows color (decimal): -3196996 or 12335055. OLE color: 12335055.
HSL color Cylindrical-coordinate representation of color #CF37BC: hue angle of 307.5º 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 #CF37BC is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 188 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.19 |
| HSL | 307.5º | 0.61% | 0.51% | - |
| HSV(B) | 307.5º | 0.73% | 0.81% | - |
| XYZ | 36.18 | 19.63 | 49.46 | - |
| YUV | 115.61 | 168.86 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 188 | 0 | 0.73 | 0.09 | 0.19 | 307.5 | 0.61 | 0.51 |
| Hex | CF | 37 | BC | 0 | 49 | 9 | 13 | 134 | 3D | 33 |
| Octal | 317 | 67 | 274 | 0 | 111 | 11 | 23 | 464 | 75 | 63 |
| Binary | 11001111 | 110111 | 10111100 | 0 | 1001001 | 1001 | 10011 | 100110100 | 111101 | 110011 |
Color Harmonies of #CF37BC
Complementary color
Monochromatic Colors of #CF37BC
Black with #CF37BC
Text Example
Text Example
White with #CF37BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF37BC; }
p { color: rgb(207,55,188); }
H1.HeaderClassName
{
color: #CF37BC;
}
.AnyTagClassName
{
color: #CF37BC;
}
</style>
background-color css
<style>
a { background-color: #CF37BC; }
a { background-color: rgb(207,55,188); }
div.DivClassName
{
background-color: #CF37BC;
}
.BgClassName
{
background-color: #CF37BC;
}
</style>
border-color css
<style>
span { border-color: #CF37BC; }
span { border-color: rgb(207,55,188); }
td.TdClassName
{
border-color: #CF37BC;
}
.TagClassName
{
border-color: #CF37BC;
}
</style>