Shades of Fuchsia #CF5BC0
Tints of Fuchsia #CF5BC0
RGB
CMYK
RGB Variations
Color information
#CF5BC0 (or 0xCF5BC0) is known color: Fuchsia. HEX triplet: CF, 5B and C0. RGB value is (207,91,192). Sum of RGB (Red+Green+Blue) = 207+91+192=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5BC0 is #30A43F. Grayscale: #888888. Windows color (decimal): -3187776 or 12606415. OLE color: 12606415.
HSL color Cylindrical-coordinate representation of color #CF5BC0: hue angle of 307.76º 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 #CF5BC0 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 192 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.19 |
| HSL | 307.76º | 0.55% | 0.58% | - |
| HSV(B) | 307.76º | 0.56% | 0.81% | - |
| XYZ | 38.99 | 24.55 | 52.55 | - |
| YUV | 137.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 192 | 0 | 0.56 | 0.07 | 0.19 | 307.76 | 0.55 | 0.58 |
| Hex | CF | 5B | C0 | 0 | 38 | 7 | 13 | 134 | 37 | 3A |
| Octal | 317 | 133 | 300 | 0 | 70 | 7 | 23 | 464 | 67 | 72 |
| Binary | 11001111 | 1011011 | 11000000 | 0 | 111000 | 111 | 10011 | 100110100 | 110111 | 111010 |
Color Harmonies of #CF5BC0
Complementary color
Monochromatic Colors of #CF5BC0
Black with #CF5BC0
Text Example
Text Example
White with #CF5BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5BC0; }
p { color: rgb(207,91,192); }
H1.HeaderClassName
{
color: #CF5BC0;
}
.AnyTagClassName
{
color: #CF5BC0;
}
</style>
background-color css
<style>
a { background-color: #CF5BC0; }
a { background-color: rgb(207,91,192); }
div.DivClassName
{
background-color: #CF5BC0;
}
.BgClassName
{
background-color: #CF5BC0;
}
</style>
border-color css
<style>
span { border-color: #CF5BC0; }
span { border-color: rgb(207,91,192); }
td.TdClassName
{
border-color: #CF5BC0;
}
.TagClassName
{
border-color: #CF5BC0;
}
</style>