Shades of Fuchsia #C84FCE
Tints of Fuchsia #C84FCE
RGB
CMYK
RGB Variations
Color information
#C84FCE (or 0xC84FCE) is known color: Fuchsia. HEX triplet: C8, 4F and CE. RGB value is (200,79,206). Sum of RGB (Red+Green+Blue) = 200+79+206=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #C84FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FCE is #37B031. Grayscale: #818181. Windows color (decimal): -3649586 or 13520840. OLE color: 13520840.
HSL color Cylindrical-coordinate representation of color #C84FCE: hue angle of 297.17º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84FCE is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 79 | 206 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.19 |
| HSL | 297.17º | 0.56% | 0.56% | - |
| HSV(B) | 297.17º | 0.62% | 0.81% | - |
| XYZ | 37.76 | 22.33 | 60.71 | - |
| YUV | 129.66 | 171.09 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 206 | 0.03 | 0.62 | 0 | 0.19 | 297.17 | 0.56 | 0.56 |
| Hex | C8 | 4F | CE | 3 | 3E | 0 | 13 | 129 | 38 | 38 |
| Octal | 310 | 117 | 316 | 3 | 76 | 0 | 23 | 451 | 70 | 70 |
| Binary | 11001000 | 1001111 | 11001110 | 11 | 111110 | 0 | 10011 | 100101001 | 111000 | 111000 |
Color Harmonies of #C84FCE
Complementary color
Monochromatic Colors of #C84FCE
Black with #C84FCE
Text Example
Text Example
White with #C84FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FCE; }
p { color: rgb(200,79,206); }
H1.HeaderClassName
{
color: #C84FCE;
}
.AnyTagClassName
{
color: #C84FCE;
}
</style>
background-color css
<style>
a { background-color: #C84FCE; }
a { background-color: rgb(200,79,206); }
div.DivClassName
{
background-color: #C84FCE;
}
.BgClassName
{
background-color: #C84FCE;
}
</style>
border-color css
<style>
span { border-color: #C84FCE; }
span { border-color: rgb(200,79,206); }
td.TdClassName
{
border-color: #C84FCE;
}
.TagClassName
{
border-color: #C84FCE;
}
</style>