Shades of Fuchsia #CF2FC2
Tints of Fuchsia #CF2FC2
RGB
CMYK
RGB Variations
Color information
#CF2FC2 (or 0xCF2FC2) is known color: Fuchsia. HEX triplet: CF, 2F and C2. RGB value is (207,47,194). Sum of RGB (Red+Green+Blue) = 207+47+194=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2FC2 is #30D03D. Grayscale: #6F6F6F. Windows color (decimal): -3199038 or 12726223. OLE color: 12726223.
HSL color Cylindrical-coordinate representation of color #CF2FC2: hue angle of 304.88º 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 #CF2FC2 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 194 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.19 |
| HSL | 304.88º | 0.63% | 0.5% | - |
| HSV(B) | 304.88º | 0.77% | 0.81% | - |
| XYZ | 36.49 | 19.19 | 52.82 | - |
| YUV | 111.6 | 174.51 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 194 | 0 | 0.77 | 0.06 | 0.19 | 304.88 | 0.63 | 0.5 |
| Hex | CF | 2F | C2 | 0 | 4D | 6 | 13 | 131 | 3F | 32 |
| Octal | 317 | 57 | 302 | 0 | 115 | 6 | 23 | 461 | 77 | 62 |
| Binary | 11001111 | 101111 | 11000010 | 0 | 1001101 | 110 | 10011 | 100110001 | 111111 | 110010 |
Color Harmonies of #CF2FC2
Complementary color
Monochromatic Colors of #CF2FC2
Black with #CF2FC2
Text Example
Text Example
White with #CF2FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2FC2; }
p { color: rgb(207,47,194); }
H1.HeaderClassName
{
color: #CF2FC2;
}
.AnyTagClassName
{
color: #CF2FC2;
}
</style>
background-color css
<style>
a { background-color: #CF2FC2; }
a { background-color: rgb(207,47,194); }
div.DivClassName
{
background-color: #CF2FC2;
}
.BgClassName
{
background-color: #CF2FC2;
}
</style>
border-color css
<style>
span { border-color: #CF2FC2; }
span { border-color: rgb(207,47,194); }
td.TdClassName
{
border-color: #CF2FC2;
}
.TagClassName
{
border-color: #CF2FC2;
}
</style>