Shades of Fuchsia #CF37CA
Tints of Fuchsia #CF37CA
RGB
CMYK
RGB Variations
Color information
#CF37CA (or 0xCF37CA) is known color: Fuchsia. HEX triplet: CF, 37 and CA. RGB value is (207,55,202). Sum of RGB (Red+Green+Blue) = 207+55+202=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF37CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF37CA is #30C835. Grayscale: #747474. Windows color (decimal): -3196982 or 13252559. OLE color: 13252559.
HSL color Cylindrical-coordinate representation of color #CF37CA: hue angle of 301.97º 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 #CF37CA is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 202 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.19 |
| HSL | 301.97º | 0.61% | 0.51% | - |
| HSV(B) | 301.97º | 0.73% | 0.81% | - |
| XYZ | 37.76 | 20.26 | 57.8 | - |
| YUV | 117.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 202 | 0 | 0.73 | 0.02 | 0.19 | 301.97 | 0.61 | 0.51 |
| Hex | CF | 37 | CA | 0 | 49 | 2 | 13 | 12E | 3D | 33 |
| Octal | 317 | 67 | 312 | 0 | 111 | 2 | 23 | 456 | 75 | 63 |
| Binary | 11001111 | 110111 | 11001010 | 0 | 1001001 | 10 | 10011 | 100101110 | 111101 | 110011 |
Color Harmonies of #CF37CA
Complementary color
Monochromatic Colors of #CF37CA
Black with #CF37CA
Text Example
Text Example
White with #CF37CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF37CA; }
p { color: rgb(207,55,202); }
H1.HeaderClassName
{
color: #CF37CA;
}
.AnyTagClassName
{
color: #CF37CA;
}
</style>
background-color css
<style>
a { background-color: #CF37CA; }
a { background-color: rgb(207,55,202); }
div.DivClassName
{
background-color: #CF37CA;
}
.BgClassName
{
background-color: #CF37CA;
}
</style>
border-color css
<style>
span { border-color: #CF37CA; }
span { border-color: rgb(207,55,202); }
td.TdClassName
{
border-color: #CF37CA;
}
.TagClassName
{
border-color: #CF37CA;
}
</style>