Shades of Fuchsia #CF5BC9
Tints of Fuchsia #CF5BC9
RGB
CMYK
RGB Variations
Color information
#CF5BC9 (or 0xCF5BC9) is known color: Fuchsia. HEX triplet: CF, 5B and C9. RGB value is (207,91,201). Sum of RGB (Red+Green+Blue) = 207+91+201=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5BC9 is #30A436. Grayscale: #898989. Windows color (decimal): -3187767 or 13196239. OLE color: 13196239.
HSL color Cylindrical-coordinate representation of color #CF5BC9: hue angle of 303.1º 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 #CF5BC9 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 201 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.19 |
| HSL | 303.1º | 0.55% | 0.58% | - |
| HSV(B) | 303.1º | 0.56% | 0.81% | - |
| XYZ | 40.02 | 24.96 | 57.97 | - |
| YUV | 138.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 201 | 0 | 0.56 | 0.03 | 0.19 | 303.1 | 0.55 | 0.58 |
| Hex | CF | 5B | C9 | 0 | 38 | 3 | 13 | 12F | 37 | 3A |
| Octal | 317 | 133 | 311 | 0 | 70 | 3 | 23 | 457 | 67 | 72 |
| Binary | 11001111 | 1011011 | 11001001 | 0 | 111000 | 11 | 10011 | 100101111 | 110111 | 111010 |
Color Harmonies of #CF5BC9
Complementary color
Monochromatic Colors of #CF5BC9
Black with #CF5BC9
Text Example
Text Example
White with #CF5BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5BC9; }
p { color: rgb(207,91,201); }
H1.HeaderClassName
{
color: #CF5BC9;
}
.AnyTagClassName
{
color: #CF5BC9;
}
</style>
background-color css
<style>
a { background-color: #CF5BC9; }
a { background-color: rgb(207,91,201); }
div.DivClassName
{
background-color: #CF5BC9;
}
.BgClassName
{
background-color: #CF5BC9;
}
</style>
border-color css
<style>
span { border-color: #CF5BC9; }
span { border-color: rgb(207,91,201); }
td.TdClassName
{
border-color: #CF5BC9;
}
.TagClassName
{
border-color: #CF5BC9;
}
</style>