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