Shades of Fuchsia #CF32C9
Tints of Fuchsia #CF32C9
RGB
CMYK
RGB Variations
Color information
#CF32C9 (or 0xCF32C9) is known color: Fuchsia. HEX triplet: CF, 32 and C9. RGB value is (207,50,201). Sum of RGB (Red+Green+Blue) = 207+50+201=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF32C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF32C9 is #30CD36. Grayscale: #717171. Windows color (decimal): -3198263 or 13185743. OLE color: 13185743.
HSL color Cylindrical-coordinate representation of color #CF32C9: hue angle of 302.29º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF32C9 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 201 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.19 |
| HSL | 302.29º | 0.62% | 0.5% | - |
| HSV(B) | 302.29º | 0.76% | 0.81% | - |
| XYZ | 37.42 | 19.76 | 57.1 | - |
| YUV | 114.16 | 177.01 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 201 | 0 | 0.76 | 0.03 | 0.19 | 302.29 | 0.62 | 0.5 |
| Hex | CF | 32 | C9 | 0 | 4C | 3 | 13 | 12E | 3E | 32 |
| Octal | 317 | 62 | 311 | 0 | 114 | 3 | 23 | 456 | 76 | 62 |
| Binary | 11001111 | 110010 | 11001001 | 0 | 1001100 | 11 | 10011 | 100101110 | 111110 | 110010 |
Color Harmonies of #CF32C9
Complementary color
Monochromatic Colors of #CF32C9
Black with #CF32C9
Text Example
Text Example
White with #CF32C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF32C9; }
p { color: rgb(207,50,201); }
H1.HeaderClassName
{
color: #CF32C9;
}
.AnyTagClassName
{
color: #CF32C9;
}
</style>
background-color css
<style>
a { background-color: #CF32C9; }
a { background-color: rgb(207,50,201); }
div.DivClassName
{
background-color: #CF32C9;
}
.BgClassName
{
background-color: #CF32C9;
}
</style>
border-color css
<style>
span { border-color: #CF32C9; }
span { border-color: rgb(207,50,201); }
td.TdClassName
{
border-color: #CF32C9;
}
.TagClassName
{
border-color: #CF32C9;
}
</style>