Shades of Fuchsia #CF5FCB
Tints of Fuchsia #CF5FCB
RGB
CMYK
RGB Variations
Color information
#CF5FCB (or 0xCF5FCB) is known color: Fuchsia. HEX triplet: CF, 5F and CB. RGB value is (207,95,203). Sum of RGB (Red+Green+Blue) = 207+95+203=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FCB is #30A034. Grayscale: #8C8C8C. Windows color (decimal): -3186741 or 13328335. OLE color: 13328335.
HSL color Cylindrical-coordinate representation of color #CF5FCB: hue angle of 302.14º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF5FCB is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 95 | 203 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.19 |
| HSL | 302.14º | 0.54% | 0.59% | - |
| HSV(B) | 302.14º | 0.54% | 0.81% | - |
| XYZ | 40.6 | 25.76 | 59.33 | - |
| YUV | 140.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 203 | 0 | 0.54 | 0.02 | 0.19 | 302.14 | 0.54 | 0.59 |
| Hex | CF | 5F | CB | 0 | 36 | 2 | 13 | 12E | 36 | 3B |
| Octal | 317 | 137 | 313 | 0 | 66 | 2 | 23 | 456 | 66 | 73 |
| Binary | 11001111 | 1011111 | 11001011 | 0 | 110110 | 10 | 10011 | 100101110 | 110110 | 111011 |
Color Harmonies of #CF5FCB
Complementary color
Monochromatic Colors of #CF5FCB
Black with #CF5FCB
Text Example
Text Example
White with #CF5FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5FCB; }
p { color: rgb(207,95,203); }
H1.HeaderClassName
{
color: #CF5FCB;
}
.AnyTagClassName
{
color: #CF5FCB;
}
</style>
background-color css
<style>
a { background-color: #CF5FCB; }
a { background-color: rgb(207,95,203); }
div.DivClassName
{
background-color: #CF5FCB;
}
.BgClassName
{
background-color: #CF5FCB;
}
</style>
border-color css
<style>
span { border-color: #CF5FCB; }
span { border-color: rgb(207,95,203); }
td.TdClassName
{
border-color: #CF5FCB;
}
.TagClassName
{
border-color: #CF5FCB;
}
</style>