Shades of Fuchsia #CF54BC
Tints of Fuchsia #CF54BC
RGB
CMYK
RGB Variations
Color information
#CF54BC (or 0xCF54BC) is known color: Fuchsia. HEX triplet: CF, 54 and BC. RGB value is (207,84,188). Sum of RGB (Red+Green+Blue) = 207+84+188=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF54BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF54BC is #30AB43. Grayscale: #848484. Windows color (decimal): -3189572 or 12342479. OLE color: 12342479.
HSL color Cylindrical-coordinate representation of color #CF54BC: hue angle of 309.27º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF54BC is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 188 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.19 |
| HSL | 309.27º | 0.56% | 0.57% | - |
| HSV(B) | 309.27º | 0.59% | 0.81% | - |
| XYZ | 37.98 | 23.24 | 50.06 | - |
| YUV | 132.63 | 159.25 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 188 | 0 | 0.59 | 0.09 | 0.19 | 309.27 | 0.56 | 0.57 |
| Hex | CF | 54 | BC | 0 | 3B | 9 | 13 | 135 | 38 | 39 |
| Octal | 317 | 124 | 274 | 0 | 73 | 11 | 23 | 465 | 70 | 71 |
| Binary | 11001111 | 1010100 | 10111100 | 0 | 111011 | 1001 | 10011 | 100110101 | 111000 | 111001 |
Color Harmonies of #CF54BC
Complementary color
Monochromatic Colors of #CF54BC
Black with #CF54BC
Text Example
Text Example
White with #CF54BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF54BC; }
p { color: rgb(207,84,188); }
H1.HeaderClassName
{
color: #CF54BC;
}
.AnyTagClassName
{
color: #CF54BC;
}
</style>
background-color css
<style>
a { background-color: #CF54BC; }
a { background-color: rgb(207,84,188); }
div.DivClassName
{
background-color: #CF54BC;
}
.BgClassName
{
background-color: #CF54BC;
}
</style>
border-color css
<style>
span { border-color: #CF54BC; }
span { border-color: rgb(207,84,188); }
td.TdClassName
{
border-color: #CF54BC;
}
.TagClassName
{
border-color: #CF54BC;
}
</style>