Shades of Fuchsia #C84ACD
Tints of Fuchsia #C84ACD
RGB
CMYK
RGB Variations
Color information
#C84ACD (or 0xC84ACD) is known color: Fuchsia. HEX triplet: C8, 4A and CD. RGB value is (200,74,205). Sum of RGB (Red+Green+Blue) = 200+74+205=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #C84ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ACD is #37B532. Grayscale: #7E7E7E. Windows color (decimal): -3650867 or 13454024. OLE color: 13454024.
HSL color Cylindrical-coordinate representation of color #C84ACD: hue angle of 297.71º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84ACD is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 74 | 205 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.20 |
| HSL | 297.71º | 0.57% | 0.55% | - |
| HSV(B) | 297.71º | 0.64% | 0.8% | - |
| XYZ | 37.29 | 21.58 | 59.96 | - |
| YUV | 126.61 | 172.24 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 205 | 0.02 | 0.64 | 0 | 0.20 | 297.71 | 0.57 | 0.55 |
| Hex | C8 | 4A | CD | 2 | 40 | 0 | 14 | 12A | 39 | 37 |
| Octal | 310 | 112 | 315 | 2 | 100 | 0 | 24 | 452 | 71 | 67 |
| Binary | 11001000 | 1001010 | 11001101 | 10 | 1000000 | 0 | 10100 | 100101010 | 111001 | 110111 |
Color Harmonies of #C84ACD
Complementary color
Monochromatic Colors of #C84ACD
Black with #C84ACD
Text Example
Text Example
White with #C84ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84ACD; }
p { color: rgb(200,74,205); }
H1.HeaderClassName
{
color: #C84ACD;
}
.AnyTagClassName
{
color: #C84ACD;
}
</style>
background-color css
<style>
a { background-color: #C84ACD; }
a { background-color: rgb(200,74,205); }
div.DivClassName
{
background-color: #C84ACD;
}
.BgClassName
{
background-color: #C84ACD;
}
</style>
border-color css
<style>
span { border-color: #C84ACD; }
span { border-color: rgb(200,74,205); }
td.TdClassName
{
border-color: #C84ACD;
}
.TagClassName
{
border-color: #C84ACD;
}
</style>