Shades of Fuchsia #CF5CBC
Tints of Fuchsia #CF5CBC
RGB
CMYK
RGB Variations
Color information
#CF5CBC (or 0xCF5CBC) is known color: Fuchsia. HEX triplet: CF, 5C and BC. RGB value is (207,92,188). Sum of RGB (Red+Green+Blue) = 207+92+188=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CBC is #30A343. Grayscale: #898989. Windows color (decimal): -3187524 or 12344527. OLE color: 12344527.
HSL color Cylindrical-coordinate representation of color #CF5CBC: hue angle of 309.91º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5CBC is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 188 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.19 |
| HSL | 309.91º | 0.55% | 0.59% | - |
| HSV(B) | 309.91º | 0.56% | 0.81% | - |
| XYZ | 38.64 | 24.55 | 50.28 | - |
| YUV | 137.33 | 156.6 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 188 | 0 | 0.56 | 0.09 | 0.19 | 309.91 | 0.55 | 0.59 |
| Hex | CF | 5C | BC | 0 | 38 | 9 | 13 | 136 | 37 | 3B |
| Octal | 317 | 134 | 274 | 0 | 70 | 11 | 23 | 466 | 67 | 73 |
| Binary | 11001111 | 1011100 | 10111100 | 0 | 111000 | 1001 | 10011 | 100110110 | 110111 | 111011 |
Color Harmonies of #CF5CBC
Complementary color
Monochromatic Colors of #CF5CBC
Black with #CF5CBC
Text Example
Text Example
White with #CF5CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5CBC; }
p { color: rgb(207,92,188); }
H1.HeaderClassName
{
color: #CF5CBC;
}
.AnyTagClassName
{
color: #CF5CBC;
}
</style>
background-color css
<style>
a { background-color: #CF5CBC; }
a { background-color: rgb(207,92,188); }
div.DivClassName
{
background-color: #CF5CBC;
}
.BgClassName
{
background-color: #CF5CBC;
}
</style>
border-color css
<style>
span { border-color: #CF5CBC; }
span { border-color: rgb(207,92,188); }
td.TdClassName
{
border-color: #CF5CBC;
}
.TagClassName
{
border-color: #CF5CBC;
}
</style>