Shades of Fuchsia #CD50D3
Tints of Fuchsia #CD50D3
RGB
CMYK
RGB Variations
Color information
#CD50D3 (or 0xCD50D3) is known color: Fuchsia. HEX triplet: CD, 50 and D3. RGB value is (205,80,211). Sum of RGB (Red+Green+Blue) = 205+80+211=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 211 (82.81% from 255 or 42.54% from 496); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD50D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD50D3 is #32AF2C. Grayscale: #838383. Windows color (decimal): -3321645 or 13848781. OLE color: 13848781.
HSL color Cylindrical-coordinate representation of color #CD50D3: hue angle of 297.25º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD50D3 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 80 | 211 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.17 |
| HSL | 297.25º | 0.6% | 0.57% | - |
| HSV(B) | 297.25º | 0.62% | 0.83% | - |
| XYZ | 39.8 | 23.42 | 64.05 | - |
| YUV | 132.31 | 172.41 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 211 | 0.03 | 0.62 | 0 | 0.17 | 297.25 | 0.6 | 0.57 |
| Hex | CD | 50 | D3 | 3 | 3E | 0 | 11 | 129 | 3C | 39 |
| Octal | 315 | 120 | 323 | 3 | 76 | 0 | 21 | 451 | 74 | 71 |
| Binary | 11001101 | 1010000 | 11010011 | 11 | 111110 | 0 | 10001 | 100101001 | 111100 | 111001 |
Color Harmonies of #CD50D3
Complementary color
Monochromatic Colors of #CD50D3
Black with #CD50D3
Text Example
Text Example
White with #CD50D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD50D3; }
p { color: rgb(205,80,211); }
H1.HeaderClassName
{
color: #CD50D3;
}
.AnyTagClassName
{
color: #CD50D3;
}
</style>
background-color css
<style>
a { background-color: #CD50D3; }
a { background-color: rgb(205,80,211); }
div.DivClassName
{
background-color: #CD50D3;
}
.BgClassName
{
background-color: #CD50D3;
}
</style>
border-color css
<style>
span { border-color: #CD50D3; }
span { border-color: rgb(205,80,211); }
td.TdClassName
{
border-color: #CD50D3;
}
.TagClassName
{
border-color: #CD50D3;
}
</style>