Shades of Fuchsia #CD49CB
Tints of Fuchsia #CD49CB
RGB
CMYK
RGB Variations
Color information
#CD49CB (or 0xCD49CB) is known color: Fuchsia. HEX triplet: CD, 49 and CB. RGB value is (205,73,203). Sum of RGB (Red+Green+Blue) = 205+73+203=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD49CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49CB is #32B634. Grayscale: #7E7E7E. Windows color (decimal): -3323445 or 13322701. OLE color: 13322701.
HSL color Cylindrical-coordinate representation of color #CD49CB: hue angle of 300.91º 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 #CD49CB is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 203 | - |
| CMYK | 0 | 0.64 | 0.01 | 0.20 |
| HSL | 300.91º | 0.57% | 0.55% | - |
| HSV(B) | 300.91º | 0.64% | 0.8% | - |
| XYZ | 38.34 | 22.06 | 58.74 | - |
| YUV | 127.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 203 | 0 | 0.64 | 0.01 | 0.20 | 300.91 | 0.57 | 0.55 |
| Hex | CD | 49 | CB | 0 | 40 | 1 | 14 | 12D | 39 | 37 |
| Octal | 315 | 111 | 313 | 0 | 100 | 1 | 24 | 455 | 71 | 67 |
| Binary | 11001101 | 1001001 | 11001011 | 0 | 1000000 | 1 | 10100 | 100101101 | 111001 | 110111 |
Color Harmonies of #CD49CB
Complementary color
Monochromatic Colors of #CD49CB
Black with #CD49CB
Text Example
Text Example
White with #CD49CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD49CB; }
p { color: rgb(205,73,203); }
H1.HeaderClassName
{
color: #CD49CB;
}
.AnyTagClassName
{
color: #CD49CB;
}
</style>
background-color css
<style>
a { background-color: #CD49CB; }
a { background-color: rgb(205,73,203); }
div.DivClassName
{
background-color: #CD49CB;
}
.BgClassName
{
background-color: #CD49CB;
}
</style>
border-color css
<style>
span { border-color: #CD49CB; }
span { border-color: rgb(205,73,203); }
td.TdClassName
{
border-color: #CD49CB;
}
.TagClassName
{
border-color: #CD49CB;
}
</style>