Shades of Fuchsia #C84DCD
Tints of Fuchsia #C84DCD
RGB
CMYK
RGB Variations
Color information
#C84DCD (or 0xC84DCD) is known color: Fuchsia. HEX triplet: C8, 4D and CD. RGB value is (200,77,205). Sum of RGB (Red+Green+Blue) = 200+77+205=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #C84DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DCD is #37B232. Grayscale: #7F7F7F. Windows color (decimal): -3650099 or 13454792. OLE color: 13454792.
HSL color Cylindrical-coordinate representation of color #C84DCD: hue angle of 297.66º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84DCD is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 77 | 205 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.20 |
| HSL | 297.66º | 0.56% | 0.55% | - |
| HSV(B) | 297.66º | 0.62% | 0.8% | - |
| XYZ | 37.49 | 21.99 | 60.03 | - |
| YUV | 128.37 | 171.25 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 205 | 0.02 | 0.62 | 0 | 0.20 | 297.66 | 0.56 | 0.55 |
| Hex | C8 | 4D | CD | 2 | 3E | 0 | 14 | 12A | 38 | 37 |
| Octal | 310 | 115 | 315 | 2 | 76 | 0 | 24 | 452 | 70 | 67 |
| Binary | 11001000 | 1001101 | 11001101 | 10 | 111110 | 0 | 10100 | 100101010 | 111000 | 110111 |
Color Harmonies of #C84DCD
Complementary color
Monochromatic Colors of #C84DCD
Black with #C84DCD
Text Example
Text Example
White with #C84DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DCD; }
p { color: rgb(200,77,205); }
H1.HeaderClassName
{
color: #C84DCD;
}
.AnyTagClassName
{
color: #C84DCD;
}
</style>
background-color css
<style>
a { background-color: #C84DCD; }
a { background-color: rgb(200,77,205); }
div.DivClassName
{
background-color: #C84DCD;
}
.BgClassName
{
background-color: #C84DCD;
}
</style>
border-color css
<style>
span { border-color: #C84DCD; }
span { border-color: rgb(200,77,205); }
td.TdClassName
{
border-color: #C84DCD;
}
.TagClassName
{
border-color: #C84DCD;
}
</style>