Shades of Fuchsia #CD49BA
Tints of Fuchsia #CD49BA
RGB
CMYK
RGB Variations
Color information
#CD49BA (or 0xCD49BA) is known color: Fuchsia. HEX triplet: CD, 49 and BA. RGB value is (205,73,186). Sum of RGB (Red+Green+Blue) = 205+73+186=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD49BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49BA is #32B645. Grayscale: #7D7D7D. Windows color (decimal): -3323462 or 12208589. OLE color: 12208589.
HSL color Cylindrical-coordinate representation of color #CD49BA: hue angle of 308.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD49BA is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 186 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.20 |
| HSL | 308.64º | 0.57% | 0.55% | - |
| HSV(B) | 308.64º | 0.64% | 0.8% | - |
| XYZ | 36.42 | 21.29 | 48.64 | - |
| YUV | 125.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 186 | 0 | 0.64 | 0.09 | 0.20 | 308.64 | 0.57 | 0.55 |
| Hex | CD | 49 | BA | 0 | 40 | 9 | 14 | 135 | 39 | 37 |
| Octal | 315 | 111 | 272 | 0 | 100 | 11 | 24 | 465 | 71 | 67 |
| Binary | 11001101 | 1001001 | 10111010 | 0 | 1000000 | 1001 | 10100 | 100110101 | 111001 | 110111 |
Color Harmonies of #CD49BA
Complementary color
Monochromatic Colors of #CD49BA
Black with #CD49BA
Text Example
Text Example
White with #CD49BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD49BA; }
p { color: rgb(205,73,186); }
H1.HeaderClassName
{
color: #CD49BA;
}
.AnyTagClassName
{
color: #CD49BA;
}
</style>
background-color css
<style>
a { background-color: #CD49BA; }
a { background-color: rgb(205,73,186); }
div.DivClassName
{
background-color: #CD49BA;
}
.BgClassName
{
background-color: #CD49BA;
}
</style>
border-color css
<style>
span { border-color: #CD49BA; }
span { border-color: rgb(205,73,186); }
td.TdClassName
{
border-color: #CD49BA;
}
.TagClassName
{
border-color: #CD49BA;
}
</style>