Shades of Fuchsia #CF41B0
Tints of Fuchsia #CF41B0
RGB
CMYK
RGB Variations
Color information
#CF41B0 (or 0xCF41B0) is known color: Fuchsia. HEX triplet: CF, 41 and B0. RGB value is (207,65,176). Sum of RGB (Red+Green+Blue) = 207+65+176=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF41B0 is #30BE4F. Grayscale: #777777. Windows color (decimal): -3194448 or 11551183. OLE color: 11551183.
HSL color Cylindrical-coordinate representation of color #CF41B0: hue angle of 313.1º 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 #CF41B0 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 176 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.19 |
| HSL | 313.1º | 0.6% | 0.53% | - |
| HSV(B) | 313.1º | 0.69% | 0.81% | - |
| XYZ | 35.46 | 20.18 | 43.1 | - |
| YUV | 120.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 176 | 0 | 0.69 | 0.15 | 0.19 | 313.1 | 0.6 | 0.53 |
| Hex | CF | 41 | B0 | 0 | 45 | F | 13 | 139 | 3C | 35 |
| Octal | 317 | 101 | 260 | 0 | 105 | 17 | 23 | 471 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10110000 | 0 | 1000101 | 1111 | 10011 | 100111001 | 111100 | 110101 |
Color Harmonies of #CF41B0
Complementary color
Monochromatic Colors of #CF41B0
Black with #CF41B0
Text Example
Text Example
White with #CF41B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41B0; }
p { color: rgb(207,65,176); }
H1.HeaderClassName
{
color: #CF41B0;
}
.AnyTagClassName
{
color: #CF41B0;
}
</style>
background-color css
<style>
a { background-color: #CF41B0; }
a { background-color: rgb(207,65,176); }
div.DivClassName
{
background-color: #CF41B0;
}
.BgClassName
{
background-color: #CF41B0;
}
</style>
border-color css
<style>
span { border-color: #CF41B0; }
span { border-color: rgb(207,65,176); }
td.TdClassName
{
border-color: #CF41B0;
}
.TagClassName
{
border-color: #CF41B0;
}
</style>