Shades of Fuchsia #CF2FCC
Tints of Fuchsia #CF2FCC
RGB
CMYK
RGB Variations
Color information
#CF2FCC (or 0xCF2FCC) is known color: Fuchsia. HEX triplet: CF, 2F and CC. RGB value is (207,47,204). Sum of RGB (Red+Green+Blue) = 207+47+204=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2FCC is #30D033. Grayscale: #707070. Windows color (decimal): -3199028 or 13381583. OLE color: 13381583.
HSL color Cylindrical-coordinate representation of color #CF2FCC: hue angle of 301.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF2FCC is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 204 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.19 |
| HSL | 301.13º | 0.63% | 0.5% | - |
| HSV(B) | 301.13º | 0.77% | 0.81% | - |
| XYZ | 37.65 | 19.66 | 58.94 | - |
| YUV | 112.74 | 179.51 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 204 | 0 | 0.77 | 0.01 | 0.19 | 301.13 | 0.63 | 0.5 |
| Hex | CF | 2F | CC | 0 | 4D | 1 | 13 | 12D | 3F | 32 |
| Octal | 317 | 57 | 314 | 0 | 115 | 1 | 23 | 455 | 77 | 62 |
| Binary | 11001111 | 101111 | 11001100 | 0 | 1001101 | 1 | 10011 | 100101101 | 111111 | 110010 |
Color Harmonies of #CF2FCC
Complementary color
Monochromatic Colors of #CF2FCC
Black with #CF2FCC
Text Example
Text Example
White with #CF2FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2FCC; }
p { color: rgb(207,47,204); }
H1.HeaderClassName
{
color: #CF2FCC;
}
.AnyTagClassName
{
color: #CF2FCC;
}
</style>
background-color css
<style>
a { background-color: #CF2FCC; }
a { background-color: rgb(207,47,204); }
div.DivClassName
{
background-color: #CF2FCC;
}
.BgClassName
{
background-color: #CF2FCC;
}
</style>
border-color css
<style>
span { border-color: #CF2FCC; }
span { border-color: rgb(207,47,204); }
td.TdClassName
{
border-color: #CF2FCC;
}
.TagClassName
{
border-color: #CF2FCC;
}
</style>