Shades of Fuchsia #CF56B2
Tints of Fuchsia #CF56B2
RGB
CMYK
RGB Variations
Color information
#CF56B2 (or 0xCF56B2) is known color: Fuchsia. HEX triplet: CF, 56 and B2. RGB value is (207,86,178). Sum of RGB (Red+Green+Blue) = 207+86+178=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF56B2 is #30A94D. Grayscale: #848484. Windows color (decimal): -3189070 or 11687631. OLE color: 11687631.
HSL color Cylindrical-coordinate representation of color #CF56B2: hue angle of 314.38º 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 #CF56B2 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 178 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.19 |
| HSL | 314.38º | 0.56% | 0.57% | - |
| HSV(B) | 314.38º | 0.58% | 0.81% | - |
| XYZ | 37.1 | 23.14 | 44.63 | - |
| YUV | 132.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 178 | 0 | 0.58 | 0.14 | 0.19 | 314.38 | 0.56 | 0.57 |
| Hex | CF | 56 | B2 | 0 | 3A | E | 13 | 13A | 38 | 39 |
| Octal | 317 | 126 | 262 | 0 | 72 | 16 | 23 | 472 | 70 | 71 |
| Binary | 11001111 | 1010110 | 10110010 | 0 | 111010 | 1110 | 10011 | 100111010 | 111000 | 111001 |
Color Harmonies of #CF56B2
Complementary color
Monochromatic Colors of #CF56B2
Black with #CF56B2
Text Example
Text Example
White with #CF56B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56B2; }
p { color: rgb(207,86,178); }
H1.HeaderClassName
{
color: #CF56B2;
}
.AnyTagClassName
{
color: #CF56B2;
}
</style>
background-color css
<style>
a { background-color: #CF56B2; }
a { background-color: rgb(207,86,178); }
div.DivClassName
{
background-color: #CF56B2;
}
.BgClassName
{
background-color: #CF56B2;
}
</style>
border-color css
<style>
span { border-color: #CF56B2; }
span { border-color: rgb(207,86,178); }
td.TdClassName
{
border-color: #CF56B2;
}
.TagClassName
{
border-color: #CF56B2;
}
</style>