Shades of Fuchsia #CD49D3
Tints of Fuchsia #CD49D3
RGB
CMYK
RGB Variations
Color information
#CD49D3 (or 0xCD49D3) is known color: Fuchsia. HEX triplet: CD, 49 and D3. RGB value is (205,73,211). Sum of RGB (Red+Green+Blue) = 205+73+211=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD49D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD49D3 is #32B62C. Grayscale: #7F7F7F. Windows color (decimal): -3323437 or 13846989. OLE color: 13846989.
HSL color Cylindrical-coordinate representation of color #CD49D3: hue angle of 297.39º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD49D3 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 73 | 211 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.17 |
| HSL | 297.39º | 0.61% | 0.56% | - |
| HSV(B) | 297.39º | 0.65% | 0.83% | - |
| XYZ | 39.32 | 22.45 | 63.89 | - |
| YUV | 128.2 | 174.73 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 211 | 0.03 | 0.65 | 0 | 0.17 | 297.39 | 0.61 | 0.56 |
| Hex | CD | 49 | D3 | 3 | 41 | 0 | 11 | 129 | 3D | 38 |
| Octal | 315 | 111 | 323 | 3 | 101 | 0 | 21 | 451 | 75 | 70 |
| Binary | 11001101 | 1001001 | 11010011 | 11 | 1000001 | 0 | 10001 | 100101001 | 111101 | 111000 |
Color Harmonies of #CD49D3
Complementary color
Monochromatic Colors of #CD49D3
Black with #CD49D3
Text Example
Text Example
White with #CD49D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD49D3; }
p { color: rgb(205,73,211); }
H1.HeaderClassName
{
color: #CD49D3;
}
.AnyTagClassName
{
color: #CD49D3;
}
</style>
background-color css
<style>
a { background-color: #CD49D3; }
a { background-color: rgb(205,73,211); }
div.DivClassName
{
background-color: #CD49D3;
}
.BgClassName
{
background-color: #CD49D3;
}
</style>
border-color css
<style>
span { border-color: #CD49D3; }
span { border-color: rgb(205,73,211); }
td.TdClassName
{
border-color: #CD49D3;
}
.TagClassName
{
border-color: #CD49D3;
}
</style>