Shades of Fuchsia #CF5BC7
Tints of Fuchsia #CF5BC7
RGB
CMYK
RGB Variations
Color information
#CF5BC7 (or 0xCF5BC7) is known color: Fuchsia. HEX triplet: CF, 5B and C7. RGB value is (207,91,199). Sum of RGB (Red+Green+Blue) = 207+91+199=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5BC7 is #30A438. Grayscale: #898989. Windows color (decimal): -3187769 or 13065167. OLE color: 13065167.
HSL color Cylindrical-coordinate representation of color #CF5BC7: hue angle of 304.14º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5BC7 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 199 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.19 |
| HSL | 304.14º | 0.55% | 0.58% | - |
| HSV(B) | 304.14º | 0.56% | 0.81% | - |
| XYZ | 39.78 | 24.87 | 56.74 | - |
| YUV | 138 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 199 | 0 | 0.56 | 0.04 | 0.19 | 304.14 | 0.55 | 0.58 |
| Hex | CF | 5B | C7 | 0 | 38 | 4 | 13 | 130 | 37 | 3A |
| Octal | 317 | 133 | 307 | 0 | 70 | 4 | 23 | 460 | 67 | 72 |
| Binary | 11001111 | 1011011 | 11000111 | 0 | 111000 | 100 | 10011 | 100110000 | 110111 | 111010 |
Color Harmonies of #CF5BC7
Complementary color
Monochromatic Colors of #CF5BC7
Black with #CF5BC7
Text Example
Text Example
White with #CF5BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5BC7; }
p { color: rgb(207,91,199); }
H1.HeaderClassName
{
color: #CF5BC7;
}
.AnyTagClassName
{
color: #CF5BC7;
}
</style>
background-color css
<style>
a { background-color: #CF5BC7; }
a { background-color: rgb(207,91,199); }
div.DivClassName
{
background-color: #CF5BC7;
}
.BgClassName
{
background-color: #CF5BC7;
}
</style>
border-color css
<style>
span { border-color: #CF5BC7; }
span { border-color: rgb(207,91,199); }
td.TdClassName
{
border-color: #CF5BC7;
}
.TagClassName
{
border-color: #CF5BC7;
}
</style>