Shades of Fuchsia #CD55C8
Tints of Fuchsia #CD55C8
RGB
CMYK
RGB Variations
Color information
#CD55C8 (or 0xCD55C8) is known color: Fuchsia. HEX triplet: CD, 55 and C8. RGB value is (205,85,200). Sum of RGB (Red+Green+Blue) = 205+85+200=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 200 (78.52% from 255 or 40.82% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD55C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD55C8 is #32AA37. Grayscale: #858585. Windows color (decimal): -3320376 or 13129165. OLE color: 13129165.
HSL color Cylindrical-coordinate representation of color #CD55C8: hue angle of 302.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD55C8 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 85 | 200 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.20 |
| HSL | 302.5º | 0.55% | 0.57% | - |
| HSV(B) | 302.5º | 0.59% | 0.8% | - |
| XYZ | 38.85 | 23.65 | 57.16 | - |
| YUV | 133.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 85 | 200 | 0 | 0.59 | 0.02 | 0.20 | 302.5 | 0.55 | 0.57 |
| Hex | CD | 55 | C8 | 0 | 3B | 2 | 14 | 12E | 37 | 39 |
| Octal | 315 | 125 | 310 | 0 | 73 | 2 | 24 | 456 | 67 | 71 |
| Binary | 11001101 | 1010101 | 11001000 | 0 | 111011 | 10 | 10100 | 100101110 | 110111 | 111001 |
Color Harmonies of #CD55C8
Complementary color
Monochromatic Colors of #CD55C8
Black with #CD55C8
Text Example
Text Example
White with #CD55C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD55C8; }
p { color: rgb(205,85,200); }
H1.HeaderClassName
{
color: #CD55C8;
}
.AnyTagClassName
{
color: #CD55C8;
}
</style>
background-color css
<style>
a { background-color: #CD55C8; }
a { background-color: rgb(205,85,200); }
div.DivClassName
{
background-color: #CD55C8;
}
.BgClassName
{
background-color: #CD55C8;
}
</style>
border-color css
<style>
span { border-color: #CD55C8; }
span { border-color: rgb(205,85,200); }
td.TdClassName
{
border-color: #CD55C8;
}
.TagClassName
{
border-color: #CD55C8;
}
</style>