Shades of Fuchsia #CF37B5
Tints of Fuchsia #CF37B5
RGB
CMYK
RGB Variations
Color information
#CF37B5 (or 0xCF37B5) is known color: Fuchsia. HEX triplet: CF, 37 and B5. RGB value is (207,55,181). Sum of RGB (Red+Green+Blue) = 207+55+181=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 55 (21.88% from 255 or 12.42% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF37B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF37B5 is #30C84A. Grayscale: #727272. Windows color (decimal): -3197003 or 11876303. OLE color: 11876303.
HSL color Cylindrical-coordinate representation of color #CF37B5: hue angle of 310.26º 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 #CF37B5 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 181 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.19 |
| HSL | 310.26º | 0.61% | 0.51% | - |
| HSV(B) | 310.26º | 0.73% | 0.81% | - |
| XYZ | 35.44 | 19.33 | 45.58 | - |
| YUV | 114.81 | 165.36 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 181 | 0 | 0.73 | 0.13 | 0.19 | 310.26 | 0.61 | 0.51 |
| Hex | CF | 37 | B5 | 0 | 49 | D | 13 | 136 | 3D | 33 |
| Octal | 317 | 67 | 265 | 0 | 111 | 15 | 23 | 466 | 75 | 63 |
| Binary | 11001111 | 110111 | 10110101 | 0 | 1001001 | 1101 | 10011 | 100110110 | 111101 | 110011 |
Color Harmonies of #CF37B5
Complementary color
Monochromatic Colors of #CF37B5
Black with #CF37B5
Text Example
Text Example
White with #CF37B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF37B5; }
p { color: rgb(207,55,181); }
H1.HeaderClassName
{
color: #CF37B5;
}
.AnyTagClassName
{
color: #CF37B5;
}
</style>
background-color css
<style>
a { background-color: #CF37B5; }
a { background-color: rgb(207,55,181); }
div.DivClassName
{
background-color: #CF37B5;
}
.BgClassName
{
background-color: #CF37B5;
}
</style>
border-color css
<style>
span { border-color: #CF37B5; }
span { border-color: rgb(207,55,181); }
td.TdClassName
{
border-color: #CF37B5;
}
.TagClassName
{
border-color: #CF37B5;
}
</style>