Shades of Fuchsia #CD53D3
Tints of Fuchsia #CD53D3
RGB
CMYK
RGB Variations
Color information
#CD53D3 (or 0xCD53D3) is known color: Fuchsia. HEX triplet: CD, 53 and D3. RGB value is (205,83,211). Sum of RGB (Red+Green+Blue) = 205+83+211=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD53D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD53D3 is #32AC2C. Grayscale: #858585. Windows color (decimal): -3320877 or 13849549. OLE color: 13849549.
HSL color Cylindrical-coordinate representation of color #CD53D3: hue angle of 297.19º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD53D3 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 83 | 211 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.17 |
| HSL | 297.19º | 0.59% | 0.58% | - |
| HSV(B) | 297.19º | 0.61% | 0.83% | - |
| XYZ | 40.03 | 23.87 | 64.13 | - |
| YUV | 134.07 | 171.42 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 211 | 0.03 | 0.61 | 0 | 0.17 | 297.19 | 0.59 | 0.58 |
| Hex | CD | 53 | D3 | 3 | 3D | 0 | 11 | 129 | 3B | 3A |
| Octal | 315 | 123 | 323 | 3 | 75 | 0 | 21 | 451 | 73 | 72 |
| Binary | 11001101 | 1010011 | 11010011 | 11 | 111101 | 0 | 10001 | 100101001 | 111011 | 111010 |
Color Harmonies of #CD53D3
Complementary color
Monochromatic Colors of #CD53D3
Black with #CD53D3
Text Example
Text Example
White with #CD53D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD53D3; }
p { color: rgb(205,83,211); }
H1.HeaderClassName
{
color: #CD53D3;
}
.AnyTagClassName
{
color: #CD53D3;
}
</style>
background-color css
<style>
a { background-color: #CD53D3; }
a { background-color: rgb(205,83,211); }
div.DivClassName
{
background-color: #CD53D3;
}
.BgClassName
{
background-color: #CD53D3;
}
</style>
border-color css
<style>
span { border-color: #CD53D3; }
span { border-color: rgb(205,83,211); }
td.TdClassName
{
border-color: #CD53D3;
}
.TagClassName
{
border-color: #CD53D3;
}
</style>