Shades of Fuchsia #CF46C0
Tints of Fuchsia #CF46C0
RGB
CMYK
RGB Variations
Color information
#CF46C0 (or 0xCF46C0) is known color: Fuchsia. HEX triplet: CF, 46 and C0. RGB value is (207,70,192). Sum of RGB (Red+Green+Blue) = 207+70+192=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF46C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46C0 is #30B93F. Grayscale: #7C7C7C. Windows color (decimal): -3193152 or 12601039. OLE color: 12601039.
HSL color Cylindrical-coordinate representation of color #CF46C0: hue angle of 306.57º 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 #CF46C0 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 192 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.19 |
| HSL | 306.57º | 0.59% | 0.54% | - |
| HSV(B) | 306.57º | 0.66% | 0.81% | - |
| XYZ | 37.44 | 21.45 | 52.04 | - |
| YUV | 124.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 192 | 0 | 0.66 | 0.07 | 0.19 | 306.57 | 0.59 | 0.54 |
| Hex | CF | 46 | C0 | 0 | 42 | 7 | 13 | 133 | 3B | 36 |
| Octal | 317 | 106 | 300 | 0 | 102 | 7 | 23 | 463 | 73 | 66 |
| Binary | 11001111 | 1000110 | 11000000 | 0 | 1000010 | 111 | 10011 | 100110011 | 111011 | 110110 |
Color Harmonies of #CF46C0
Complementary color
Monochromatic Colors of #CF46C0
Black with #CF46C0
Text Example
Text Example
White with #CF46C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46C0; }
p { color: rgb(207,70,192); }
H1.HeaderClassName
{
color: #CF46C0;
}
.AnyTagClassName
{
color: #CF46C0;
}
</style>
background-color css
<style>
a { background-color: #CF46C0; }
a { background-color: rgb(207,70,192); }
div.DivClassName
{
background-color: #CF46C0;
}
.BgClassName
{
background-color: #CF46C0;
}
</style>
border-color css
<style>
span { border-color: #CF46C0; }
span { border-color: rgb(207,70,192); }
td.TdClassName
{
border-color: #CF46C0;
}
.TagClassName
{
border-color: #CF46C0;
}
</style>