Shades of Fuchsia #CF46D0
Tints of Fuchsia #CF46D0
RGB
CMYK
RGB Variations
Color information
#CF46D0 (or 0xCF46D0) is known color: Fuchsia. HEX triplet: CF, 46 and D0. RGB value is (207,70,208). Sum of RGB (Red+Green+Blue) = 207+70+208=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF46D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46D0 is #30B92F. Grayscale: #7E7E7E. Windows color (decimal): -3193136 or 13649615. OLE color: 13649615.
HSL color Cylindrical-coordinate representation of color #CF46D0: hue angle of 299.57º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF46D0 is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 70 | 208 | - |
| CMYK | 0.00 | 0.66 | 0 | 0.18 |
| HSL | 299.57º | 0.59% | 0.55% | - |
| HSV(B) | 299.57º | 0.66% | 0.82% | - |
| XYZ | 39.31 | 22.2 | 61.89 | - |
| YUV | 126.7 | 173.89 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 208 | 0.00 | 0.66 | 0 | 0.18 | 299.57 | 0.59 | 0.55 |
| Hex | CF | 46 | D0 | 0 | 42 | 0 | 12 | 12C | 3B | 37 |
| Octal | 317 | 106 | 320 | 0 | 102 | 0 | 22 | 454 | 73 | 67 |
| Binary | 11001111 | 1000110 | 11010000 | 0 | 1000010 | 0 | 10010 | 100101100 | 111011 | 110111 |
Color Harmonies of #CF46D0
Complementary color
Monochromatic Colors of #CF46D0
Black with #CF46D0
Text Example
Text Example
White with #CF46D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46D0; }
p { color: rgb(207,70,208); }
H1.HeaderClassName
{
color: #CF46D0;
}
.AnyTagClassName
{
color: #CF46D0;
}
</style>
background-color css
<style>
a { background-color: #CF46D0; }
a { background-color: rgb(207,70,208); }
div.DivClassName
{
background-color: #CF46D0;
}
.BgClassName
{
background-color: #CF46D0;
}
</style>
border-color css
<style>
span { border-color: #CF46D0; }
span { border-color: rgb(207,70,208); }
td.TdClassName
{
border-color: #CF46D0;
}
.TagClassName
{
border-color: #CF46D0;
}
</style>