Shades of Fuchsia #CF40B5
Tints of Fuchsia #CF40B5
RGB
CMYK
RGB Variations
Color information
#CF40B5 (or 0xCF40B5) is known color: Fuchsia. HEX triplet: CF, 40 and B5. RGB value is (207,64,181). Sum of RGB (Red+Green+Blue) = 207+64+181=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40B5 is #30BF4A. Grayscale: #777777. Windows color (decimal): -3194699 or 11878607. OLE color: 11878607.
HSL color Cylindrical-coordinate representation of color #CF40B5: hue angle of 310.91º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF40B5 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 181 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.19 |
| HSL | 310.91º | 0.6% | 0.53% | - |
| HSV(B) | 310.91º | 0.69% | 0.81% | - |
| XYZ | 35.91 | 20.27 | 45.74 | - |
| YUV | 120.1 | 162.38 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 181 | 0 | 0.69 | 0.13 | 0.19 | 310.91 | 0.6 | 0.53 |
| Hex | CF | 40 | B5 | 0 | 45 | D | 13 | 137 | 3C | 35 |
| Octal | 317 | 100 | 265 | 0 | 105 | 15 | 23 | 467 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10110101 | 0 | 1000101 | 1101 | 10011 | 100110111 | 111100 | 110101 |
Color Harmonies of #CF40B5
Complementary color
Monochromatic Colors of #CF40B5
Black with #CF40B5
Text Example
Text Example
White with #CF40B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF40B5; }
p { color: rgb(207,64,181); }
H1.HeaderClassName
{
color: #CF40B5;
}
.AnyTagClassName
{
color: #CF40B5;
}
</style>
background-color css
<style>
a { background-color: #CF40B5; }
a { background-color: rgb(207,64,181); }
div.DivClassName
{
background-color: #CF40B5;
}
.BgClassName
{
background-color: #CF40B5;
}
</style>
border-color css
<style>
span { border-color: #CF40B5; }
span { border-color: rgb(207,64,181); }
td.TdClassName
{
border-color: #CF40B5;
}
.TagClassName
{
border-color: #CF40B5;
}
</style>