Shades of Fuchsia #CF49CA
Tints of Fuchsia #CF49CA
RGB
CMYK
RGB Variations
Color information
#CF49CA (or 0xCF49CA) is known color: Fuchsia. HEX triplet: CF, 49 and CA. RGB value is (207,73,202). Sum of RGB (Red+Green+Blue) = 207+73+202=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49CA is #30B635. Grayscale: #7F7F7F. Windows color (decimal): -3192374 or 13257167. OLE color: 13257167.
HSL color Cylindrical-coordinate representation of color #CF49CA: hue angle of 302.24º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF49CA is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 202 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.19 |
| HSL | 302.24º | 0.58% | 0.55% | - |
| HSV(B) | 302.24º | 0.65% | 0.81% | - |
| XYZ | 38.78 | 22.29 | 58.14 | - |
| YUV | 127.77 | 169.89 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 202 | 0 | 0.65 | 0.02 | 0.19 | 302.24 | 0.58 | 0.55 |
| Hex | CF | 49 | CA | 0 | 41 | 2 | 13 | 12E | 3A | 37 |
| Octal | 317 | 111 | 312 | 0 | 101 | 2 | 23 | 456 | 72 | 67 |
| Binary | 11001111 | 1001001 | 11001010 | 0 | 1000001 | 10 | 10011 | 100101110 | 111010 | 110111 |
Color Harmonies of #CF49CA
Complementary color
Monochromatic Colors of #CF49CA
Black with #CF49CA
Text Example
Text Example
White with #CF49CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49CA; }
p { color: rgb(207,73,202); }
H1.HeaderClassName
{
color: #CF49CA;
}
.AnyTagClassName
{
color: #CF49CA;
}
</style>
background-color css
<style>
a { background-color: #CF49CA; }
a { background-color: rgb(207,73,202); }
div.DivClassName
{
background-color: #CF49CA;
}
.BgClassName
{
background-color: #CF49CA;
}
</style>
border-color css
<style>
span { border-color: #CF49CA; }
span { border-color: rgb(207,73,202); }
td.TdClassName
{
border-color: #CF49CA;
}
.TagClassName
{
border-color: #CF49CA;
}
</style>