Shades of Fuchsia #CD49B7
Tints of Fuchsia #CD49B7
RGB
CMYK
RGB Variations
Color information
#CD49B7 (or 0xCD49B7) is known color: Fuchsia. HEX triplet: CD, 49 and B7. RGB value is (205,73,183). Sum of RGB (Red+Green+Blue) = 205+73+183=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD49B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49B7 is #32B648. Grayscale: #7C7C7C. Windows color (decimal): -3323465 or 12011981. OLE color: 12011981.
HSL color Cylindrical-coordinate representation of color #CD49B7: hue angle of 310º 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 #CD49B7 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 183 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.20 |
| HSL | 310º | 0.57% | 0.55% | - |
| HSV(B) | 310º | 0.64% | 0.8% | - |
| XYZ | 36.11 | 21.16 | 46.98 | - |
| YUV | 125.01 | 160.73 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 183 | 0 | 0.64 | 0.11 | 0.20 | 310 | 0.57 | 0.55 |
| Hex | CD | 49 | B7 | 0 | 40 | B | 14 | 136 | 39 | 37 |
| Octal | 315 | 111 | 267 | 0 | 100 | 13 | 24 | 466 | 71 | 67 |
| Binary | 11001101 | 1001001 | 10110111 | 0 | 1000000 | 1011 | 10100 | 100110110 | 111001 | 110111 |
Color Harmonies of #CD49B7
Complementary color
Monochromatic Colors of #CD49B7
Black with #CD49B7
Text Example
Text Example
White with #CD49B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD49B7; }
p { color: rgb(205,73,183); }
H1.HeaderClassName
{
color: #CD49B7;
}
.AnyTagClassName
{
color: #CD49B7;
}
</style>
background-color css
<style>
a { background-color: #CD49B7; }
a { background-color: rgb(205,73,183); }
div.DivClassName
{
background-color: #CD49B7;
}
.BgClassName
{
background-color: #CD49B7;
}
</style>
border-color css
<style>
span { border-color: #CD49B7; }
span { border-color: rgb(205,73,183); }
td.TdClassName
{
border-color: #CD49B7;
}
.TagClassName
{
border-color: #CD49B7;
}
</style>