Shades of Fuchsia #CF46CA
Tints of Fuchsia #CF46CA
RGB
CMYK
RGB Variations
Color information
#CF46CA (or 0xCF46CA) is known color: Fuchsia. HEX triplet: CF, 46 and CA. RGB value is (207,70,202). Sum of RGB (Red+Green+Blue) = 207+70+202=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF46CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46CA is #30B935. Grayscale: #7D7D7D. Windows color (decimal): -3193142 or 13256399. OLE color: 13256399.
HSL color Cylindrical-coordinate representation of color #CF46CA: hue angle of 302.19º 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 #CF46CA is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 202 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.19 |
| HSL | 302.19º | 0.59% | 0.54% | - |
| HSV(B) | 302.19º | 0.66% | 0.81% | - |
| XYZ | 38.58 | 21.91 | 58.07 | - |
| YUV | 126.01 | 170.89 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 202 | 0 | 0.66 | 0.02 | 0.19 | 302.19 | 0.59 | 0.54 |
| Hex | CF | 46 | CA | 0 | 42 | 2 | 13 | 12E | 3B | 36 |
| Octal | 317 | 106 | 312 | 0 | 102 | 2 | 23 | 456 | 73 | 66 |
| Binary | 11001111 | 1000110 | 11001010 | 0 | 1000010 | 10 | 10011 | 100101110 | 111011 | 110110 |
Color Harmonies of #CF46CA
Complementary color
Monochromatic Colors of #CF46CA
Black with #CF46CA
Text Example
Text Example
White with #CF46CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46CA; }
p { color: rgb(207,70,202); }
H1.HeaderClassName
{
color: #CF46CA;
}
.AnyTagClassName
{
color: #CF46CA;
}
</style>
background-color css
<style>
a { background-color: #CF46CA; }
a { background-color: rgb(207,70,202); }
div.DivClassName
{
background-color: #CF46CA;
}
.BgClassName
{
background-color: #CF46CA;
}
</style>
border-color css
<style>
span { border-color: #CF46CA; }
span { border-color: rgb(207,70,202); }
td.TdClassName
{
border-color: #CF46CA;
}
.TagClassName
{
border-color: #CF46CA;
}
</style>