Shades of Fuchsia #CD39D3
Tints of Fuchsia #CD39D3
RGB
CMYK
RGB Variations
Color information
#CD39D3 (or 0xCD39D3) is known color: Fuchsia. HEX triplet: CD, 39 and D3. RGB value is (205,57,211). Sum of RGB (Red+Green+Blue) = 205+57+211=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 57 (22.66% from 255 or 12.05% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD39D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD39D3 is #32C62C. Grayscale: #767676. Windows color (decimal): -3327533 or 13842893. OLE color: 13842893.
HSL color Cylindrical-coordinate representation of color #CD39D3: hue angle of 297.66º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD39D3 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 57 | 211 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.17 |
| HSL | 297.66º | 0.64% | 0.53% | - |
| HSV(B) | 297.66º | 0.73% | 0.83% | - |
| XYZ | 38.4 | 20.61 | 63.58 | - |
| YUV | 118.81 | 180.03 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 57 | 211 | 0.03 | 0.73 | 0 | 0.17 | 297.66 | 0.64 | 0.53 |
| Hex | CD | 39 | D3 | 3 | 49 | 0 | 11 | 12A | 40 | 35 |
| Octal | 315 | 71 | 323 | 3 | 111 | 0 | 21 | 452 | 100 | 65 |
| Binary | 11001101 | 111001 | 11010011 | 11 | 1001001 | 0 | 10001 | 100101010 | 1000000 | 110101 |
Color Harmonies of #CD39D3
Complementary color
Monochromatic Colors of #CD39D3
Black with #CD39D3
Text Example
Text Example
White with #CD39D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD39D3; }
p { color: rgb(205,57,211); }
H1.HeaderClassName
{
color: #CD39D3;
}
.AnyTagClassName
{
color: #CD39D3;
}
</style>
background-color css
<style>
a { background-color: #CD39D3; }
a { background-color: rgb(205,57,211); }
div.DivClassName
{
background-color: #CD39D3;
}
.BgClassName
{
background-color: #CD39D3;
}
</style>
border-color css
<style>
span { border-color: #CD39D3; }
span { border-color: rgb(205,57,211); }
td.TdClassName
{
border-color: #CD39D3;
}
.TagClassName
{
border-color: #CD39D3;
}
</style>