Shades of Fuchsia #CD41D3
Tints of Fuchsia #CD41D3
RGB
CMYK
RGB Variations
Color information
#CD41D3 (or 0xCD41D3) is known color: Fuchsia. HEX triplet: CD, 41 and D3. RGB value is (205,65,211). Sum of RGB (Red+Green+Blue) = 205+65+211=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD41D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD41D3 is #32BE2C. Grayscale: #7B7B7B. Windows color (decimal): -3325485 or 13844941. OLE color: 13844941.
HSL color Cylindrical-coordinate representation of color #CD41D3: hue angle of 297.53º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD41D3 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 65 | 211 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.17 |
| HSL | 297.53º | 0.62% | 0.54% | - |
| HSV(B) | 297.53º | 0.69% | 0.83% | - |
| XYZ | 38.83 | 21.46 | 63.72 | - |
| YUV | 123.5 | 177.38 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 211 | 0.03 | 0.69 | 0 | 0.17 | 297.53 | 0.62 | 0.54 |
| Hex | CD | 41 | D3 | 3 | 45 | 0 | 11 | 12A | 3E | 36 |
| Octal | 315 | 101 | 323 | 3 | 105 | 0 | 21 | 452 | 76 | 66 |
| Binary | 11001101 | 1000001 | 11010011 | 11 | 1000101 | 0 | 10001 | 100101010 | 111110 | 110110 |
Color Harmonies of #CD41D3
Complementary color
Monochromatic Colors of #CD41D3
Black with #CD41D3
Text Example
Text Example
White with #CD41D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD41D3; }
p { color: rgb(205,65,211); }
H1.HeaderClassName
{
color: #CD41D3;
}
.AnyTagClassName
{
color: #CD41D3;
}
</style>
background-color css
<style>
a { background-color: #CD41D3; }
a { background-color: rgb(205,65,211); }
div.DivClassName
{
background-color: #CD41D3;
}
.BgClassName
{
background-color: #CD41D3;
}
</style>
border-color css
<style>
span { border-color: #CD41D3; }
span { border-color: rgb(205,65,211); }
td.TdClassName
{
border-color: #CD41D3;
}
.TagClassName
{
border-color: #CD41D3;
}
</style>