Shades of Fuchsia #CF37C8
Tints of Fuchsia #CF37C8
RGB
CMYK
RGB Variations
Color information
#CF37C8 (or 0xCF37C8) is known color: Fuchsia. HEX triplet: CF, 37 and C8. RGB value is (207,55,200). Sum of RGB (Red+Green+Blue) = 207+55+200=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF37C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF37C8 is #30C837. Grayscale: #747474. Windows color (decimal): -3196984 or 13121487. OLE color: 13121487.
HSL color Cylindrical-coordinate representation of color #CF37C8: hue angle of 302.76º 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 #CF37C8 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 200 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.19 |
| HSL | 302.76º | 0.61% | 0.51% | - |
| HSV(B) | 302.76º | 0.73% | 0.81% | - |
| XYZ | 37.52 | 20.17 | 56.56 | - |
| YUV | 116.98 | 174.86 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 200 | 0 | 0.73 | 0.03 | 0.19 | 302.76 | 0.61 | 0.51 |
| Hex | CF | 37 | C8 | 0 | 49 | 3 | 13 | 12F | 3D | 33 |
| Octal | 317 | 67 | 310 | 0 | 111 | 3 | 23 | 457 | 75 | 63 |
| Binary | 11001111 | 110111 | 11001000 | 0 | 1001001 | 11 | 10011 | 100101111 | 111101 | 110011 |
Color Harmonies of #CF37C8
Complementary color
Monochromatic Colors of #CF37C8
Black with #CF37C8
Text Example
Text Example
White with #CF37C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF37C8; }
p { color: rgb(207,55,200); }
H1.HeaderClassName
{
color: #CF37C8;
}
.AnyTagClassName
{
color: #CF37C8;
}
</style>
background-color css
<style>
a { background-color: #CF37C8; }
a { background-color: rgb(207,55,200); }
div.DivClassName
{
background-color: #CF37C8;
}
.BgClassName
{
background-color: #CF37C8;
}
</style>
border-color css
<style>
span { border-color: #CF37C8; }
span { border-color: rgb(207,55,200); }
td.TdClassName
{
border-color: #CF37C8;
}
.TagClassName
{
border-color: #CF37C8;
}
</style>