Shades of Fuchsia #CF55BC
Tints of Fuchsia #CF55BC
RGB
CMYK
RGB Variations
Color information
#CF55BC (or 0xCF55BC) is known color: Fuchsia. HEX triplet: CF, 55 and BC. RGB value is (207,85,188). Sum of RGB (Red+Green+Blue) = 207+85+188=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF55BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55BC is #30AA43. Grayscale: #848484. Windows color (decimal): -3189316 or 12342735. OLE color: 12342735.
HSL color Cylindrical-coordinate representation of color #CF55BC: hue angle of 309.34º 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 #CF55BC is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 188 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.19 |
| HSL | 309.34º | 0.56% | 0.57% | - |
| HSV(B) | 309.34º | 0.59% | 0.81% | - |
| XYZ | 38.06 | 23.39 | 50.09 | - |
| YUV | 133.22 | 158.92 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 188 | 0 | 0.59 | 0.09 | 0.19 | 309.34 | 0.56 | 0.57 |
| Hex | CF | 55 | BC | 0 | 3B | 9 | 13 | 135 | 38 | 39 |
| Octal | 317 | 125 | 274 | 0 | 73 | 11 | 23 | 465 | 70 | 71 |
| Binary | 11001111 | 1010101 | 10111100 | 0 | 111011 | 1001 | 10011 | 100110101 | 111000 | 111001 |
Color Harmonies of #CF55BC
Complementary color
Monochromatic Colors of #CF55BC
Black with #CF55BC
Text Example
Text Example
White with #CF55BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF55BC; }
p { color: rgb(207,85,188); }
H1.HeaderClassName
{
color: #CF55BC;
}
.AnyTagClassName
{
color: #CF55BC;
}
</style>
background-color css
<style>
a { background-color: #CF55BC; }
a { background-color: rgb(207,85,188); }
div.DivClassName
{
background-color: #CF55BC;
}
.BgClassName
{
background-color: #CF55BC;
}
</style>
border-color css
<style>
span { border-color: #CF55BC; }
span { border-color: rgb(207,85,188); }
td.TdClassName
{
border-color: #CF55BC;
}
.TagClassName
{
border-color: #CF55BC;
}
</style>