Shades of Fuchsia #C855CD
Tints of Fuchsia #C855CD
RGB
CMYK
RGB Variations
Color information
#C855CD (or 0xC855CD) is known color: Fuchsia. HEX triplet: C8, 55 and CD. RGB value is (200,85,205). Sum of RGB (Red+Green+Blue) = 200+85+205=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #C855CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855CD is #37AA32. Grayscale: #848484. Windows color (decimal): -3648051 or 13456840. OLE color: 13456840.
HSL color Cylindrical-coordinate representation of color #C855CD: hue angle of 297.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 #C855CD is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 85 | 205 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.20 |
| HSL | 297.5º | 0.55% | 0.57% | - |
| HSV(B) | 297.5º | 0.59% | 0.8% | - |
| XYZ | 38.09 | 23.18 | 60.23 | - |
| YUV | 133.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 205 | 0.02 | 0.59 | 0 | 0.20 | 297.5 | 0.55 | 0.57 |
| Hex | C8 | 55 | CD | 2 | 3B | 0 | 14 | 12A | 37 | 39 |
| Octal | 310 | 125 | 315 | 2 | 73 | 0 | 24 | 452 | 67 | 71 |
| Binary | 11001000 | 1010101 | 11001101 | 10 | 111011 | 0 | 10100 | 100101010 | 110111 | 111001 |
Color Harmonies of #C855CD
Complementary color
Monochromatic Colors of #C855CD
Black with #C855CD
Text Example
Text Example
White with #C855CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855CD; }
p { color: rgb(200,85,205); }
H1.HeaderClassName
{
color: #C855CD;
}
.AnyTagClassName
{
color: #C855CD;
}
</style>
background-color css
<style>
a { background-color: #C855CD; }
a { background-color: rgb(200,85,205); }
div.DivClassName
{
background-color: #C855CD;
}
.BgClassName
{
background-color: #C855CD;
}
</style>
border-color css
<style>
span { border-color: #C855CD; }
span { border-color: rgb(200,85,205); }
td.TdClassName
{
border-color: #C855CD;
}
.TagClassName
{
border-color: #C855CD;
}
</style>