Shades of Fuchsia #CF56CA
Tints of Fuchsia #CF56CA
RGB
CMYK
RGB Variations
Color information
#CF56CA (or 0xCF56CA) is known color: Fuchsia. HEX triplet: CF, 56 and CA. RGB value is (207,86,202). Sum of RGB (Red+Green+Blue) = 207+86+202=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56CA is #30A935. Grayscale: #878787. Windows color (decimal): -3189046 or 13260495. OLE color: 13260495.
HSL color Cylindrical-coordinate representation of color #CF56CA: hue angle of 302.48º 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 #CF56CA is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 202 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.19 |
| HSL | 302.48º | 0.56% | 0.57% | - |
| HSV(B) | 302.48º | 0.58% | 0.81% | - |
| XYZ | 39.72 | 24.19 | 58.45 | - |
| YUV | 135.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 202 | 0 | 0.58 | 0.02 | 0.19 | 302.48 | 0.56 | 0.57 |
| Hex | CF | 56 | CA | 0 | 3A | 2 | 13 | 12E | 38 | 39 |
| Octal | 317 | 126 | 312 | 0 | 72 | 2 | 23 | 456 | 70 | 71 |
| Binary | 11001111 | 1010110 | 11001010 | 0 | 111010 | 10 | 10011 | 100101110 | 111000 | 111001 |
Color Harmonies of #CF56CA
Complementary color
Monochromatic Colors of #CF56CA
Black with #CF56CA
Text Example
Text Example
White with #CF56CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56CA; }
p { color: rgb(207,86,202); }
H1.HeaderClassName
{
color: #CF56CA;
}
.AnyTagClassName
{
color: #CF56CA;
}
</style>
background-color css
<style>
a { background-color: #CF56CA; }
a { background-color: rgb(207,86,202); }
div.DivClassName
{
background-color: #CF56CA;
}
.BgClassName
{
background-color: #CF56CA;
}
</style>
border-color css
<style>
span { border-color: #CF56CA; }
span { border-color: rgb(207,86,202); }
td.TdClassName
{
border-color: #CF56CA;
}
.TagClassName
{
border-color: #CF56CA;
}
</style>