Shades of Fuchsia #CF54D0
Tints of Fuchsia #CF54D0
RGB
CMYK
RGB Variations
Color information
#CF54D0 (or 0xCF54D0) is known color: Fuchsia. HEX triplet: CF, 54 and D0. RGB value is (207,84,208). Sum of RGB (Red+Green+Blue) = 207+84+208=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF54D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF54D0 is #30AB2F. Grayscale: #868686. Windows color (decimal): -3189552 or 13653199. OLE color: 13653199.
HSL color Cylindrical-coordinate representation of color #CF54D0: hue angle of 299.52º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF54D0 is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 84 | 208 | - |
| CMYK | 0.00 | 0.60 | 0 | 0.18 |
| HSL | 299.52º | 0.57% | 0.57% | - |
| HSV(B) | 299.52º | 0.6% | 0.82% | - |
| XYZ | 40.29 | 24.16 | 62.21 | - |
| YUV | 134.91 | 169.25 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 208 | 0.00 | 0.60 | 0 | 0.18 | 299.52 | 0.57 | 0.57 |
| Hex | CF | 54 | D0 | 0 | 3C | 0 | 12 | 12C | 39 | 39 |
| Octal | 317 | 124 | 320 | 0 | 74 | 0 | 22 | 454 | 71 | 71 |
| Binary | 11001111 | 1010100 | 11010000 | 0 | 111100 | 0 | 10010 | 100101100 | 111001 | 111001 |
Color Harmonies of #CF54D0
Complementary color
Monochromatic Colors of #CF54D0
Black with #CF54D0
Text Example
Text Example
White with #CF54D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54D0; }
p { color: rgb(207,84,208); }
H1.HeaderClassName
{
color: #CF54D0;
}
.AnyTagClassName
{
color: #CF54D0;
}
</style>
background-color css
<style>
a { background-color: #CF54D0; }
a { background-color: rgb(207,84,208); }
div.DivClassName
{
background-color: #CF54D0;
}
.BgClassName
{
background-color: #CF54D0;
}
</style>
border-color css
<style>
span { border-color: #CF54D0; }
span { border-color: rgb(207,84,208); }
td.TdClassName
{
border-color: #CF54D0;
}
.TagClassName
{
border-color: #CF54D0;
}
</style>