Shades of Fuchsia #CF56C4
Tints of Fuchsia #CF56C4
RGB
CMYK
RGB Variations
Color information
#CF56C4 (or 0xCF56C4) is known color: Fuchsia. HEX triplet: CF, 56 and C4. RGB value is (207,86,196). Sum of RGB (Red+Green+Blue) = 207+86+196=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56C4 is #30A93B. Grayscale: #868686. Windows color (decimal): -3189052 or 12867279. OLE color: 12867279.
HSL color Cylindrical-coordinate representation of color #CF56C4: hue angle of 305.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 #CF56C4 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 196 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.19 |
| HSL | 305.45º | 0.56% | 0.57% | - |
| HSV(B) | 305.45º | 0.58% | 0.81% | - |
| XYZ | 39.02 | 23.91 | 54.78 | - |
| YUV | 134.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 196 | 0 | 0.58 | 0.05 | 0.19 | 305.45 | 0.56 | 0.57 |
| Hex | CF | 56 | C4 | 0 | 3A | 5 | 13 | 131 | 38 | 39 |
| Octal | 317 | 126 | 304 | 0 | 72 | 5 | 23 | 461 | 70 | 71 |
| Binary | 11001111 | 1010110 | 11000100 | 0 | 111010 | 101 | 10011 | 100110001 | 111000 | 111001 |
Color Harmonies of #CF56C4
Complementary color
Monochromatic Colors of #CF56C4
Black with #CF56C4
Text Example
Text Example
White with #CF56C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56C4; }
p { color: rgb(207,86,196); }
H1.HeaderClassName
{
color: #CF56C4;
}
.AnyTagClassName
{
color: #CF56C4;
}
</style>
background-color css
<style>
a { background-color: #CF56C4; }
a { background-color: rgb(207,86,196); }
div.DivClassName
{
background-color: #CF56C4;
}
.BgClassName
{
background-color: #CF56C4;
}
</style>
border-color css
<style>
span { border-color: #CF56C4; }
span { border-color: rgb(207,86,196); }
td.TdClassName
{
border-color: #CF56C4;
}
.TagClassName
{
border-color: #CF56C4;
}
</style>