Shades of Fuchsia #CF37CF
Tints of Fuchsia #CF37CF
RGB
CMYK
RGB Variations
Color information
#CF37CF (or 0xCF37CF) is known color: Fuchsia. HEX triplet: CF, 37 and CF. RGB value is (207,55,207). Sum of RGB (Red+Green+Blue) = 207+55+207=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF37CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF37CF is #30C830. Grayscale: #757575. Windows color (decimal): -3196977 or 13580239. OLE color: 13580239.
HSL color Cylindrical-coordinate representation of color #CF37CF: hue angle of 300º 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 #CF37CF is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 207 | - |
| CMYK | 0 | 0.73 | 0 | 0.19 |
| HSL | 300º | 0.61% | 0.51% | - |
| HSV(B) | 300º | 0.73% | 0.81% | - |
| XYZ | 38.36 | 20.5 | 60.97 | - |
| YUV | 117.78 | 178.36 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 207 | 0 | 0.73 | 0 | 0.19 | 300 | 0.61 | 0.51 |
| Hex | CF | 37 | CF | 0 | 49 | 0 | 13 | 12C | 3D | 33 |
| Octal | 317 | 67 | 317 | 0 | 111 | 0 | 23 | 454 | 75 | 63 |
| Binary | 11001111 | 110111 | 11001111 | 0 | 1001001 | 0 | 10011 | 100101100 | 111101 | 110011 |
Color Harmonies of #CF37CF
Complementary color
Monochromatic Colors of #CF37CF
Black with #CF37CF
Text Example
Text Example
White with #CF37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF37CF; }
p { color: rgb(207,55,207); }
H1.HeaderClassName
{
color: #CF37CF;
}
.AnyTagClassName
{
color: #CF37CF;
}
</style>
background-color css
<style>
a { background-color: #CF37CF; }
a { background-color: rgb(207,55,207); }
div.DivClassName
{
background-color: #CF37CF;
}
.BgClassName
{
background-color: #CF37CF;
}
</style>
border-color css
<style>
span { border-color: #CF37CF; }
span { border-color: rgb(207,55,207); }
td.TdClassName
{
border-color: #CF37CF;
}
.TagClassName
{
border-color: #CF37CF;
}
</style>