Shades of Fuchsia #CF41BD
Tints of Fuchsia #CF41BD
RGB
CMYK
RGB Variations
Color information
#CF41BD (or 0xCF41BD) is known color: Fuchsia. HEX triplet: CF, 41 and BD. RGB value is (207,65,189). Sum of RGB (Red+Green+Blue) = 207+65+189=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41BD is #30BE42. Grayscale: #797979. Windows color (decimal): -3194435 or 12403151. OLE color: 12403151.
HSL color Cylindrical-coordinate representation of color #CF41BD: hue angle of 307.61º 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 #CF41BD is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 189 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.19 |
| HSL | 307.61º | 0.6% | 0.53% | - |
| HSV(B) | 307.61º | 0.69% | 0.81% | - |
| XYZ | 36.81 | 20.72 | 50.2 | - |
| YUV | 121.59 | 166.04 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 189 | 0 | 0.69 | 0.09 | 0.19 | 307.61 | 0.6 | 0.53 |
| Hex | CF | 41 | BD | 0 | 45 | 9 | 13 | 134 | 3C | 35 |
| Octal | 317 | 101 | 275 | 0 | 105 | 11 | 23 | 464 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10111101 | 0 | 1000101 | 1001 | 10011 | 100110100 | 111100 | 110101 |
Color Harmonies of #CF41BD
Complementary color
Monochromatic Colors of #CF41BD
Black with #CF41BD
Text Example
Text Example
White with #CF41BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41BD; }
p { color: rgb(207,65,189); }
H1.HeaderClassName
{
color: #CF41BD;
}
.AnyTagClassName
{
color: #CF41BD;
}
</style>
background-color css
<style>
a { background-color: #CF41BD; }
a { background-color: rgb(207,65,189); }
div.DivClassName
{
background-color: #CF41BD;
}
.BgClassName
{
background-color: #CF41BD;
}
</style>
border-color css
<style>
span { border-color: #CF41BD; }
span { border-color: rgb(207,65,189); }
td.TdClassName
{
border-color: #CF41BD;
}
.TagClassName
{
border-color: #CF41BD;
}
</style>