Shades of Fuchsia #CF56CE
Tints of Fuchsia #CF56CE
RGB
CMYK
RGB Variations
Color information
#CF56CE (or 0xCF56CE) is known color: Fuchsia. HEX triplet: CF, 56 and CE. RGB value is (207,86,206). Sum of RGB (Red+Green+Blue) = 207+86+206=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56CE is #30A931. Grayscale: #878787. Windows color (decimal): -3189042 or 13522639. OLE color: 13522639.
HSL color Cylindrical-coordinate representation of color #CF56CE: hue angle of 300.5º 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 #CF56CE is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 206 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.19 |
| HSL | 300.5º | 0.56% | 0.57% | - |
| HSV(B) | 300.5º | 0.58% | 0.81% | - |
| XYZ | 40.2 | 24.38 | 60.98 | - |
| YUV | 135.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 206 | 0 | 0.58 | 0.00 | 0.19 | 300.5 | 0.56 | 0.57 |
| Hex | CF | 56 | CE | 0 | 3A | 0 | 13 | 12C | 38 | 39 |
| Octal | 317 | 126 | 316 | 0 | 72 | 0 | 23 | 454 | 70 | 71 |
| Binary | 11001111 | 1010110 | 11001110 | 0 | 111010 | 0 | 10011 | 100101100 | 111000 | 111001 |
Color Harmonies of #CF56CE
Complementary color
Monochromatic Colors of #CF56CE
Black with #CF56CE
Text Example
Text Example
White with #CF56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56CE; }
p { color: rgb(207,86,206); }
H1.HeaderClassName
{
color: #CF56CE;
}
.AnyTagClassName
{
color: #CF56CE;
}
</style>
background-color css
<style>
a { background-color: #CF56CE; }
a { background-color: rgb(207,86,206); }
div.DivClassName
{
background-color: #CF56CE;
}
.BgClassName
{
background-color: #CF56CE;
}
</style>
border-color css
<style>
span { border-color: #CF56CE; }
span { border-color: rgb(207,86,206); }
td.TdClassName
{
border-color: #CF56CE;
}
.TagClassName
{
border-color: #CF56CE;
}
</style>