Shades of Fuchsia #CF46C6
Tints of Fuchsia #CF46C6
RGB
CMYK
RGB Variations
Color information
#CF46C6 (or 0xCF46C6) is known color: Fuchsia. HEX triplet: CF, 46 and C6. RGB value is (207,70,198). Sum of RGB (Red+Green+Blue) = 207+70+198=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF46C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46C6 is #30B939. Grayscale: #7D7D7D. Windows color (decimal): -3193146 or 12994255. OLE color: 12994255.
HSL color Cylindrical-coordinate representation of color #CF46C6: hue angle of 303.94º 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 #CF46C6 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 198 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.19 |
| HSL | 303.94º | 0.59% | 0.54% | - |
| HSV(B) | 303.94º | 0.66% | 0.81% | - |
| XYZ | 38.12 | 21.72 | 55.61 | - |
| YUV | 125.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 198 | 0 | 0.66 | 0.04 | 0.19 | 303.94 | 0.59 | 0.54 |
| Hex | CF | 46 | C6 | 0 | 42 | 4 | 13 | 130 | 3B | 36 |
| Octal | 317 | 106 | 306 | 0 | 102 | 4 | 23 | 460 | 73 | 66 |
| Binary | 11001111 | 1000110 | 11000110 | 0 | 1000010 | 100 | 10011 | 100110000 | 111011 | 110110 |
Color Harmonies of #CF46C6
Complementary color
Monochromatic Colors of #CF46C6
Black with #CF46C6
Text Example
Text Example
White with #CF46C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46C6; }
p { color: rgb(207,70,198); }
H1.HeaderClassName
{
color: #CF46C6;
}
.AnyTagClassName
{
color: #CF46C6;
}
</style>
background-color css
<style>
a { background-color: #CF46C6; }
a { background-color: rgb(207,70,198); }
div.DivClassName
{
background-color: #CF46C6;
}
.BgClassName
{
background-color: #CF46C6;
}
</style>
border-color css
<style>
span { border-color: #CF46C6; }
span { border-color: rgb(207,70,198); }
td.TdClassName
{
border-color: #CF46C6;
}
.TagClassName
{
border-color: #CF46C6;
}
</style>