Shades of Fuchsia #CF2DCF
Tints of Fuchsia #CF2DCF
RGB
CMYK
RGB Variations
Color information
#CF2DCF (or 0xCF2DCF) is known color: Fuchsia. HEX triplet: CF, 2D and CF. RGB value is (207,45,207). Sum of RGB (Red+Green+Blue) = 207+45+207=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF2DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2DCF is #30D230. Grayscale: #6F6F6F. Windows color (decimal): -3199537 or 13577679. OLE color: 13577679.
HSL color Cylindrical-coordinate representation of color #CF2DCF: hue angle of 300º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2DCF is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 207 | - |
| CMYK | 0 | 0.78 | 0 | 0.19 |
| HSL | 300º | 0.64% | 0.49% | - |
| HSV(B) | 300º | 0.78% | 0.81% | - |
| XYZ | 37.93 | 19.65 | 60.82 | - |
| YUV | 111.91 | 181.67 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 207 | 0 | 0.78 | 0 | 0.19 | 300 | 0.64 | 0.49 |
| Hex | CF | 2D | CF | 0 | 4E | 0 | 13 | 12C | 40 | 31 |
| Octal | 317 | 55 | 317 | 0 | 116 | 0 | 23 | 454 | 100 | 61 |
| Binary | 11001111 | 101101 | 11001111 | 0 | 1001110 | 0 | 10011 | 100101100 | 1000000 | 110001 |
Color Harmonies of #CF2DCF
Complementary color
Monochromatic Colors of #CF2DCF
Black with #CF2DCF
Text Example
Text Example
White with #CF2DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DCF; }
p { color: rgb(207,45,207); }
H1.HeaderClassName
{
color: #CF2DCF;
}
.AnyTagClassName
{
color: #CF2DCF;
}
</style>
background-color css
<style>
a { background-color: #CF2DCF; }
a { background-color: rgb(207,45,207); }
div.DivClassName
{
background-color: #CF2DCF;
}
.BgClassName
{
background-color: #CF2DCF;
}
</style>
border-color css
<style>
span { border-color: #CF2DCF; }
span { border-color: rgb(207,45,207); }
td.TdClassName
{
border-color: #CF2DCF;
}
.TagClassName
{
border-color: #CF2DCF;
}
</style>