Shades of Fuchsia #CF40BD
Tints of Fuchsia #CF40BD
RGB
CMYK
RGB Variations
Color information
#CF40BD (or 0xCF40BD) is known color: Fuchsia. HEX triplet: CF, 40 and BD. RGB value is (207,64,189). Sum of RGB (Red+Green+Blue) = 207+64+189=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40BD is #30BF42. Grayscale: #787878. Windows color (decimal): -3194691 or 12402895. OLE color: 12402895.
HSL color Cylindrical-coordinate representation of color #CF40BD: hue angle of 307.55º 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 #CF40BD is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 189 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.19 |
| HSL | 307.55º | 0.6% | 0.53% | - |
| HSV(B) | 307.55º | 0.69% | 0.81% | - |
| XYZ | 36.75 | 20.61 | 50.18 | - |
| YUV | 121.01 | 166.38 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 189 | 0 | 0.69 | 0.09 | 0.19 | 307.55 | 0.6 | 0.53 |
| Hex | CF | 40 | BD | 0 | 45 | 9 | 13 | 134 | 3C | 35 |
| Octal | 317 | 100 | 275 | 0 | 105 | 11 | 23 | 464 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10111101 | 0 | 1000101 | 1001 | 10011 | 100110100 | 111100 | 110101 |
Color Harmonies of #CF40BD
Complementary color
Monochromatic Colors of #CF40BD
Black with #CF40BD
Text Example
Text Example
White with #CF40BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF40BD; }
p { color: rgb(207,64,189); }
H1.HeaderClassName
{
color: #CF40BD;
}
.AnyTagClassName
{
color: #CF40BD;
}
</style>
background-color css
<style>
a { background-color: #CF40BD; }
a { background-color: rgb(207,64,189); }
div.DivClassName
{
background-color: #CF40BD;
}
.BgClassName
{
background-color: #CF40BD;
}
</style>
border-color css
<style>
span { border-color: #CF40BD; }
span { border-color: rgb(207,64,189); }
td.TdClassName
{
border-color: #CF40BD;
}
.TagClassName
{
border-color: #CF40BD;
}
</style>