Shades of Fuchsia #C84FCD
Tints of Fuchsia #C84FCD
RGB
CMYK
RGB Variations
Color information
#C84FCD (or 0xC84FCD) is known color: Fuchsia. HEX triplet: C8, 4F and CD. RGB value is (200,79,205). Sum of RGB (Red+Green+Blue) = 200+79+205=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #C84FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FCD is #37B032. Grayscale: #818181. Windows color (decimal): -3649587 or 13455304. OLE color: 13455304.
HSL color Cylindrical-coordinate representation of color #C84FCD: hue angle of 297.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84FCD is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 79 | 205 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.20 |
| HSL | 297.62º | 0.56% | 0.56% | - |
| HSV(B) | 297.62º | 0.61% | 0.8% | - |
| XYZ | 37.63 | 22.28 | 60.07 | - |
| YUV | 129.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 205 | 0.02 | 0.61 | 0 | 0.20 | 297.62 | 0.56 | 0.56 |
| Hex | C8 | 4F | CD | 2 | 3D | 0 | 14 | 12A | 38 | 38 |
| Octal | 310 | 117 | 315 | 2 | 75 | 0 | 24 | 452 | 70 | 70 |
| Binary | 11001000 | 1001111 | 11001101 | 10 | 111101 | 0 | 10100 | 100101010 | 111000 | 111000 |
Color Harmonies of #C84FCD
Complementary color
Monochromatic Colors of #C84FCD
Black with #C84FCD
Text Example
Text Example
White with #C84FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FCD; }
p { color: rgb(200,79,205); }
H1.HeaderClassName
{
color: #C84FCD;
}
.AnyTagClassName
{
color: #C84FCD;
}
</style>
background-color css
<style>
a { background-color: #C84FCD; }
a { background-color: rgb(200,79,205); }
div.DivClassName
{
background-color: #C84FCD;
}
.BgClassName
{
background-color: #C84FCD;
}
</style>
border-color css
<style>
span { border-color: #C84FCD; }
span { border-color: rgb(200,79,205); }
td.TdClassName
{
border-color: #C84FCD;
}
.TagClassName
{
border-color: #C84FCD;
}
</style>