Shades of Fuchsia #CF56C3
Tints of Fuchsia #CF56C3
RGB
CMYK
RGB Variations
Color information
#CF56C3 (or 0xCF56C3) is known color: Fuchsia. HEX triplet: CF, 56 and C3. RGB value is (207,86,195). Sum of RGB (Red+Green+Blue) = 207+86+195=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56C3 is #30A93C. Grayscale: #868686. Windows color (decimal): -3189053 or 12801743. OLE color: 12801743.
HSL color Cylindrical-coordinate representation of color #CF56C3: hue angle of 305.95º 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 #CF56C3 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 195 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.19 |
| HSL | 305.95º | 0.56% | 0.57% | - |
| HSV(B) | 305.95º | 0.58% | 0.81% | - |
| XYZ | 38.91 | 23.86 | 54.18 | - |
| YUV | 134.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 195 | 0 | 0.58 | 0.06 | 0.19 | 305.95 | 0.56 | 0.57 |
| Hex | CF | 56 | C3 | 0 | 3A | 6 | 13 | 132 | 38 | 39 |
| Octal | 317 | 126 | 303 | 0 | 72 | 6 | 23 | 462 | 70 | 71 |
| Binary | 11001111 | 1010110 | 11000011 | 0 | 111010 | 110 | 10011 | 100110010 | 111000 | 111001 |
Color Harmonies of #CF56C3
Complementary color
Monochromatic Colors of #CF56C3
Black with #CF56C3
Text Example
Text Example
White with #CF56C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56C3; }
p { color: rgb(207,86,195); }
H1.HeaderClassName
{
color: #CF56C3;
}
.AnyTagClassName
{
color: #CF56C3;
}
</style>
background-color css
<style>
a { background-color: #CF56C3; }
a { background-color: rgb(207,86,195); }
div.DivClassName
{
background-color: #CF56C3;
}
.BgClassName
{
background-color: #CF56C3;
}
</style>
border-color css
<style>
span { border-color: #CF56C3; }
span { border-color: rgb(207,86,195); }
td.TdClassName
{
border-color: #CF56C3;
}
.TagClassName
{
border-color: #CF56C3;
}
</style>