Shades of Fuchsia #CF41C6
Tints of Fuchsia #CF41C6
RGB
CMYK
RGB Variations
Color information
#CF41C6 (or 0xCF41C6) is known color: Fuchsia. HEX triplet: CF, 41 and C6. RGB value is (207,65,198). Sum of RGB (Red+Green+Blue) = 207+65+198=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41C6 is #30BE39. Grayscale: #7A7A7A. Windows color (decimal): -3194426 or 12992975. OLE color: 12992975.
HSL color Cylindrical-coordinate representation of color #CF41C6: hue angle of 303.8º 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 #CF41C6 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 198 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.19 |
| HSL | 303.8º | 0.6% | 0.53% | - |
| HSV(B) | 303.8º | 0.69% | 0.81% | - |
| XYZ | 37.82 | 21.12 | 55.51 | - |
| YUV | 122.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 198 | 0 | 0.69 | 0.04 | 0.19 | 303.8 | 0.6 | 0.53 |
| Hex | CF | 41 | C6 | 0 | 45 | 4 | 13 | 130 | 3C | 35 |
| Octal | 317 | 101 | 306 | 0 | 105 | 4 | 23 | 460 | 74 | 65 |
| Binary | 11001111 | 1000001 | 11000110 | 0 | 1000101 | 100 | 10011 | 100110000 | 111100 | 110101 |
Color Harmonies of #CF41C6
Complementary color
Monochromatic Colors of #CF41C6
Black with #CF41C6
Text Example
Text Example
White with #CF41C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41C6; }
p { color: rgb(207,65,198); }
H1.HeaderClassName
{
color: #CF41C6;
}
.AnyTagClassName
{
color: #CF41C6;
}
</style>
background-color css
<style>
a { background-color: #CF41C6; }
a { background-color: rgb(207,65,198); }
div.DivClassName
{
background-color: #CF41C6;
}
.BgClassName
{
background-color: #CF41C6;
}
</style>
border-color css
<style>
span { border-color: #CF41C6; }
span { border-color: rgb(207,65,198); }
td.TdClassName
{
border-color: #CF41C6;
}
.TagClassName
{
border-color: #CF41C6;
}
</style>