Shades of Fuchsia #CF56C2
Tints of Fuchsia #CF56C2
RGB
CMYK
RGB Variations
Color information
#CF56C2 (or 0xCF56C2) is known color: Fuchsia. HEX triplet: CF, 56 and C2. RGB value is (207,86,194). Sum of RGB (Red+Green+Blue) = 207+86+194=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56C2 is #30A93D. Grayscale: #868686. Windows color (decimal): -3189054 or 12736207. OLE color: 12736207.
HSL color Cylindrical-coordinate representation of color #CF56C2: hue angle of 306.45º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF56C2 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 194 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.19 |
| HSL | 306.45º | 0.56% | 0.57% | - |
| HSV(B) | 306.45º | 0.58% | 0.81% | - |
| XYZ | 38.8 | 23.82 | 53.59 | - |
| YUV | 134.49 | 161.59 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 194 | 0 | 0.58 | 0.06 | 0.19 | 306.45 | 0.56 | 0.57 |
| Hex | CF | 56 | C2 | 0 | 3A | 6 | 13 | 132 | 38 | 39 |
| Octal | 317 | 126 | 302 | 0 | 72 | 6 | 23 | 462 | 70 | 71 |
| Binary | 11001111 | 1010110 | 11000010 | 0 | 111010 | 110 | 10011 | 100110010 | 111000 | 111001 |
Color Harmonies of #CF56C2
Complementary color
Monochromatic Colors of #CF56C2
Black with #CF56C2
Text Example
Text Example
White with #CF56C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56C2; }
p { color: rgb(207,86,194); }
H1.HeaderClassName
{
color: #CF56C2;
}
.AnyTagClassName
{
color: #CF56C2;
}
</style>
background-color css
<style>
a { background-color: #CF56C2; }
a { background-color: rgb(207,86,194); }
div.DivClassName
{
background-color: #CF56C2;
}
.BgClassName
{
background-color: #CF56C2;
}
</style>
border-color css
<style>
span { border-color: #CF56C2; }
span { border-color: rgb(207,86,194); }
td.TdClassName
{
border-color: #CF56C2;
}
.TagClassName
{
border-color: #CF56C2;
}
</style>