Shades of Fuchsia #C84CD1
Tints of Fuchsia #C84CD1
RGB
CMYK
RGB Variations
Color information
#C84CD1 (or 0xC84CD1) is known color: Fuchsia. HEX triplet: C8, 4C and D1. RGB value is (200,76,209). Sum of RGB (Red+Green+Blue) = 200+76+209=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #C84CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CD1 is #37B32E. Grayscale: #7F7F7F. Windows color (decimal): -3650351 or 13716680. OLE color: 13716680.
HSL color Cylindrical-coordinate representation of color #C84CD1: hue angle of 295.94º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84CD1 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 76 | 209 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.18 |
| HSL | 295.94º | 0.59% | 0.56% | - |
| HSV(B) | 295.94º | 0.64% | 0.82% | - |
| XYZ | 37.91 | 22.05 | 62.58 | - |
| YUV | 128.24 | 173.58 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 209 | 0.04 | 0.64 | 0 | 0.18 | 295.94 | 0.59 | 0.56 |
| Hex | C8 | 4C | D1 | 4 | 40 | 0 | 12 | 128 | 3B | 38 |
| Octal | 310 | 114 | 321 | 4 | 100 | 0 | 22 | 450 | 73 | 70 |
| Binary | 11001000 | 1001100 | 11010001 | 100 | 1000000 | 0 | 10010 | 100101000 | 111011 | 111000 |
Color Harmonies of #C84CD1
Complementary color
Monochromatic Colors of #C84CD1
Black with #C84CD1
Text Example
Text Example
White with #C84CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CD1; }
p { color: rgb(200,76,209); }
H1.HeaderClassName
{
color: #C84CD1;
}
.AnyTagClassName
{
color: #C84CD1;
}
</style>
background-color css
<style>
a { background-color: #C84CD1; }
a { background-color: rgb(200,76,209); }
div.DivClassName
{
background-color: #C84CD1;
}
.BgClassName
{
background-color: #C84CD1;
}
</style>
border-color css
<style>
span { border-color: #C84CD1; }
span { border-color: rgb(200,76,209); }
td.TdClassName
{
border-color: #C84CD1;
}
.TagClassName
{
border-color: #C84CD1;
}
</style>