Shades of Fuchsia #CF46C1
Tints of Fuchsia #CF46C1
RGB
CMYK
RGB Variations
Color information
#CF46C1 (or 0xCF46C1) is known color: Fuchsia. HEX triplet: CF, 46 and C1. RGB value is (207,70,193). Sum of RGB (Red+Green+Blue) = 207+70+193=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF46C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46C1 is #30B93E. Grayscale: #7C7C7C. Windows color (decimal): -3193151 or 12666575. OLE color: 12666575.
HSL color Cylindrical-coordinate representation of color #CF46C1: hue angle of 306.13º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF46C1 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 193 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.19 |
| HSL | 306.13º | 0.59% | 0.54% | - |
| HSV(B) | 306.13º | 0.66% | 0.81% | - |
| XYZ | 37.55 | 21.5 | 52.62 | - |
| YUV | 124.99 | 166.39 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 193 | 0 | 0.66 | 0.07 | 0.19 | 306.13 | 0.59 | 0.54 |
| Hex | CF | 46 | C1 | 0 | 42 | 7 | 13 | 132 | 3B | 36 |
| Octal | 317 | 106 | 301 | 0 | 102 | 7 | 23 | 462 | 73 | 66 |
| Binary | 11001111 | 1000110 | 11000001 | 0 | 1000010 | 111 | 10011 | 100110010 | 111011 | 110110 |
Color Harmonies of #CF46C1
Complementary color
Monochromatic Colors of #CF46C1
Black with #CF46C1
Text Example
Text Example
White with #CF46C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46C1; }
p { color: rgb(207,70,193); }
H1.HeaderClassName
{
color: #CF46C1;
}
.AnyTagClassName
{
color: #CF46C1;
}
</style>
background-color css
<style>
a { background-color: #CF46C1; }
a { background-color: rgb(207,70,193); }
div.DivClassName
{
background-color: #CF46C1;
}
.BgClassName
{
background-color: #CF46C1;
}
</style>
border-color css
<style>
span { border-color: #CF46C1; }
span { border-color: rgb(207,70,193); }
td.TdClassName
{
border-color: #CF46C1;
}
.TagClassName
{
border-color: #CF46C1;
}
</style>