Shades of Fuchsia #CF2CC8
Tints of Fuchsia #CF2CC8
RGB
CMYK
RGB Variations
Color information
#CF2CC8 (or 0xCF2CC8) is known color: Fuchsia. HEX triplet: CF, 2C and C8. RGB value is (207,44,200). Sum of RGB (Red+Green+Blue) = 207+44+200=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 44 (17.58% from 255 or 9.76% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CC8 is #30D337. Grayscale: #6E6E6E. Windows color (decimal): -3199800 or 13118671. OLE color: 13118671.
HSL color Cylindrical-coordinate representation of color #CF2CC8: hue angle of 302.58º 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 #CF2CC8 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 200 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.19 |
| HSL | 302.58º | 0.65% | 0.49% | - |
| HSV(B) | 302.58º | 0.79% | 0.81% | - |
| XYZ | 37.06 | 19.24 | 56.4 | - |
| YUV | 110.52 | 178.5 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 200 | 0 | 0.79 | 0.03 | 0.19 | 302.58 | 0.65 | 0.49 |
| Hex | CF | 2C | C8 | 0 | 4F | 3 | 13 | 12F | 41 | 31 |
| Octal | 317 | 54 | 310 | 0 | 117 | 3 | 23 | 457 | 101 | 61 |
| Binary | 11001111 | 101100 | 11001000 | 0 | 1001111 | 11 | 10011 | 100101111 | 1000001 | 110001 |
Color Harmonies of #CF2CC8
Complementary color
Monochromatic Colors of #CF2CC8
Black with #CF2CC8
Text Example
Text Example
White with #CF2CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2CC8; }
p { color: rgb(207,44,200); }
H1.HeaderClassName
{
color: #CF2CC8;
}
.AnyTagClassName
{
color: #CF2CC8;
}
</style>
background-color css
<style>
a { background-color: #CF2CC8; }
a { background-color: rgb(207,44,200); }
div.DivClassName
{
background-color: #CF2CC8;
}
.BgClassName
{
background-color: #CF2CC8;
}
</style>
border-color css
<style>
span { border-color: #CF2CC8; }
span { border-color: rgb(207,44,200); }
td.TdClassName
{
border-color: #CF2CC8;
}
.TagClassName
{
border-color: #CF2CC8;
}
</style>