Shades of Fuchsia #CF37BA
Tints of Fuchsia #CF37BA
RGB
CMYK
RGB Variations
Color information
#CF37BA (or 0xCF37BA) is known color: Fuchsia. HEX triplet: CF, 37 and BA. RGB value is (207,55,186). Sum of RGB (Red+Green+Blue) = 207+55+186=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF37BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF37BA is #30C845. Grayscale: #737373. Windows color (decimal): -3196998 or 12203983. OLE color: 12203983.
HSL color Cylindrical-coordinate representation of color #CF37BA: hue angle of 308.29º 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 #CF37BA is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 186 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.19 |
| HSL | 308.29º | 0.61% | 0.51% | - |
| HSV(B) | 308.29º | 0.73% | 0.81% | - |
| XYZ | 35.96 | 19.54 | 48.33 | - |
| YUV | 115.38 | 167.86 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 186 | 0 | 0.73 | 0.10 | 0.19 | 308.29 | 0.61 | 0.51 |
| Hex | CF | 37 | BA | 0 | 49 | A | 13 | 134 | 3D | 33 |
| Octal | 317 | 67 | 272 | 0 | 111 | 12 | 23 | 464 | 75 | 63 |
| Binary | 11001111 | 110111 | 10111010 | 0 | 1001001 | 1010 | 10011 | 100110100 | 111101 | 110011 |
Color Harmonies of #CF37BA
Complementary color
Monochromatic Colors of #CF37BA
Black with #CF37BA
Text Example
Text Example
White with #CF37BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF37BA; }
p { color: rgb(207,55,186); }
H1.HeaderClassName
{
color: #CF37BA;
}
.AnyTagClassName
{
color: #CF37BA;
}
</style>
background-color css
<style>
a { background-color: #CF37BA; }
a { background-color: rgb(207,55,186); }
div.DivClassName
{
background-color: #CF37BA;
}
.BgClassName
{
background-color: #CF37BA;
}
</style>
border-color css
<style>
span { border-color: #CF37BA; }
span { border-color: rgb(207,55,186); }
td.TdClassName
{
border-color: #CF37BA;
}
.TagClassName
{
border-color: #CF37BA;
}
</style>