Shades of Fuchsia #CF2CC9
Tints of Fuchsia #CF2CC9
RGB
CMYK
RGB Variations
Color information
#CF2CC9 (or 0xCF2CC9) is known color: Fuchsia. HEX triplet: CF, 2C and C9. RGB value is (207,44,201). Sum of RGB (Red+Green+Blue) = 207+44+201=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CC9 is #30D336. Grayscale: #6E6E6E. Windows color (decimal): -3199799 or 13184207. OLE color: 13184207.
HSL color Cylindrical-coordinate representation of color #CF2CC9: hue angle of 302.21º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2CC9 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 201 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.19 |
| HSL | 302.21º | 0.65% | 0.49% | - |
| HSV(B) | 302.21º | 0.79% | 0.81% | - |
| XYZ | 37.18 | 19.28 | 57.02 | - |
| YUV | 110.64 | 179 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 201 | 0 | 0.79 | 0.03 | 0.19 | 302.21 | 0.65 | 0.49 |
| Hex | CF | 2C | C9 | 0 | 4F | 3 | 13 | 12E | 41 | 31 |
| Octal | 317 | 54 | 311 | 0 | 117 | 3 | 23 | 456 | 101 | 61 |
| Binary | 11001111 | 101100 | 11001001 | 0 | 1001111 | 11 | 10011 | 100101110 | 1000001 | 110001 |
Color Harmonies of #CF2CC9
Complementary color
Monochromatic Colors of #CF2CC9
Black with #CF2CC9
Text Example
Text Example
White with #CF2CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2CC9; }
p { color: rgb(207,44,201); }
H1.HeaderClassName
{
color: #CF2CC9;
}
.AnyTagClassName
{
color: #CF2CC9;
}
</style>
background-color css
<style>
a { background-color: #CF2CC9; }
a { background-color: rgb(207,44,201); }
div.DivClassName
{
background-color: #CF2CC9;
}
.BgClassName
{
background-color: #CF2CC9;
}
</style>
border-color css
<style>
span { border-color: #CF2CC9; }
span { border-color: rgb(207,44,201); }
td.TdClassName
{
border-color: #CF2CC9;
}
.TagClassName
{
border-color: #CF2CC9;
}
</style>