Shades of Fuchsia #CF37B0
Tints of Fuchsia #CF37B0
RGB
CMYK
RGB Variations
Color information
#CF37B0 (or 0xCF37B0) is known color: Fuchsia. HEX triplet: CF, 37 and B0. RGB value is (207,55,176). Sum of RGB (Red+Green+Blue) = 207+55+176=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF37B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF37B0 is #30C84F. Grayscale: #717171. Windows color (decimal): -3197008 or 11548623. OLE color: 11548623.
HSL color Cylindrical-coordinate representation of color #CF37B0: hue angle of 312.24º 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 #CF37B0 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 176 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.19 |
| HSL | 312.24º | 0.61% | 0.51% | - |
| HSV(B) | 312.24º | 0.73% | 0.81% | - |
| XYZ | 34.93 | 19.13 | 42.93 | - |
| YUV | 114.24 | 162.86 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 176 | 0 | 0.73 | 0.15 | 0.19 | 312.24 | 0.61 | 0.51 |
| Hex | CF | 37 | B0 | 0 | 49 | F | 13 | 138 | 3D | 33 |
| Octal | 317 | 67 | 260 | 0 | 111 | 17 | 23 | 470 | 75 | 63 |
| Binary | 11001111 | 110111 | 10110000 | 0 | 1001001 | 1111 | 10011 | 100111000 | 111101 | 110011 |
Color Harmonies of #CF37B0
Complementary color
Monochromatic Colors of #CF37B0
Black with #CF37B0
Text Example
Text Example
White with #CF37B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF37B0; }
p { color: rgb(207,55,176); }
H1.HeaderClassName
{
color: #CF37B0;
}
.AnyTagClassName
{
color: #CF37B0;
}
</style>
background-color css
<style>
a { background-color: #CF37B0; }
a { background-color: rgb(207,55,176); }
div.DivClassName
{
background-color: #CF37B0;
}
.BgClassName
{
background-color: #CF37B0;
}
</style>
border-color css
<style>
span { border-color: #CF37B0; }
span { border-color: rgb(207,55,176); }
td.TdClassName
{
border-color: #CF37B0;
}
.TagClassName
{
border-color: #CF37B0;
}
</style>