Shades of Fuchsia #CF49CD
Tints of Fuchsia #CF49CD
RGB
CMYK
RGB Variations
Color information
#CF49CD (or 0xCF49CD) is known color: Fuchsia. HEX triplet: CF, 49 and CD. RGB value is (207,73,205). Sum of RGB (Red+Green+Blue) = 207+73+205=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49CD is #30B632. Grayscale: #7F7F7F. Windows color (decimal): -3192371 or 13453775. OLE color: 13453775.
HSL color Cylindrical-coordinate representation of color #CF49CD: hue angle of 300.9º 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 #CF49CD is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 205 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.19 |
| HSL | 300.9º | 0.58% | 0.55% | - |
| HSV(B) | 300.9º | 0.65% | 0.81% | - |
| XYZ | 39.13 | 22.44 | 60.03 | - |
| YUV | 128.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 205 | 0 | 0.65 | 0.01 | 0.19 | 300.9 | 0.58 | 0.55 |
| Hex | CF | 49 | CD | 0 | 41 | 1 | 13 | 12D | 3A | 37 |
| Octal | 317 | 111 | 315 | 0 | 101 | 1 | 23 | 455 | 72 | 67 |
| Binary | 11001111 | 1001001 | 11001101 | 0 | 1000001 | 1 | 10011 | 100101101 | 111010 | 110111 |
Color Harmonies of #CF49CD
Complementary color
Monochromatic Colors of #CF49CD
Black with #CF49CD
Text Example
Text Example
White with #CF49CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49CD; }
p { color: rgb(207,73,205); }
H1.HeaderClassName
{
color: #CF49CD;
}
.AnyTagClassName
{
color: #CF49CD;
}
</style>
background-color css
<style>
a { background-color: #CF49CD; }
a { background-color: rgb(207,73,205); }
div.DivClassName
{
background-color: #CF49CD;
}
.BgClassName
{
background-color: #CF49CD;
}
</style>
border-color css
<style>
span { border-color: #CF49CD; }
span { border-color: rgb(207,73,205); }
td.TdClassName
{
border-color: #CF49CD;
}
.TagClassName
{
border-color: #CF49CD;
}
</style>