Shades of Fuchsia #CF2FC4
Tints of Fuchsia #CF2FC4
RGB
CMYK
RGB Variations
Color information
#CF2FC4 (or 0xCF2FC4) is known color: Fuchsia. HEX triplet: CF, 2F and C4. RGB value is (207,47,196). Sum of RGB (Red+Green+Blue) = 207+47+196=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2FC4 is #30D03B. Grayscale: #6F6F6F. Windows color (decimal): -3199036 or 12857295. OLE color: 12857295.
HSL color Cylindrical-coordinate representation of color #CF2FC4: hue angle of 304.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 #CF2FC4 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 196 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.19 |
| HSL | 304.13º | 0.63% | 0.5% | - |
| HSV(B) | 304.13º | 0.77% | 0.81% | - |
| XYZ | 36.71 | 19.28 | 54.01 | - |
| YUV | 111.83 | 175.51 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 196 | 0 | 0.77 | 0.05 | 0.19 | 304.13 | 0.63 | 0.5 |
| Hex | CF | 2F | C4 | 0 | 4D | 5 | 13 | 130 | 3F | 32 |
| Octal | 317 | 57 | 304 | 0 | 115 | 5 | 23 | 460 | 77 | 62 |
| Binary | 11001111 | 101111 | 11000100 | 0 | 1001101 | 101 | 10011 | 100110000 | 111111 | 110010 |
Color Harmonies of #CF2FC4
Complementary color
Monochromatic Colors of #CF2FC4
Black with #CF2FC4
Text Example
Text Example
White with #CF2FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2FC4; }
p { color: rgb(207,47,196); }
H1.HeaderClassName
{
color: #CF2FC4;
}
.AnyTagClassName
{
color: #CF2FC4;
}
</style>
background-color css
<style>
a { background-color: #CF2FC4; }
a { background-color: rgb(207,47,196); }
div.DivClassName
{
background-color: #CF2FC4;
}
.BgClassName
{
background-color: #CF2FC4;
}
</style>
border-color css
<style>
span { border-color: #CF2FC4; }
span { border-color: rgb(207,47,196); }
td.TdClassName
{
border-color: #CF2FC4;
}
.TagClassName
{
border-color: #CF2FC4;
}
</style>