Shades of Fuchsia #C84FBB
Tints of Fuchsia #C84FBB
RGB
CMYK
RGB Variations
Color information
#C84FBB (or 0xC84FBB) is known color: Fuchsia. HEX triplet: C8, 4F and BB. RGB value is (200,79,187). Sum of RGB (Red+Green+Blue) = 200+79+187=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C84FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84FBB is #37B044. Grayscale: #7F7F7F. Windows color (decimal): -3649605 or 12275656. OLE color: 12275656.
HSL color Cylindrical-coordinate representation of color #C84FBB: hue angle of 306.45º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84FBB is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 79 | 187 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.22 |
| HSL | 306.45º | 0.52% | 0.55% | - |
| HSV(B) | 306.45º | 0.61% | 0.78% | - |
| XYZ | 35.59 | 21.46 | 49.28 | - |
| YUV | 127.49 | 161.59 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 187 | 0 | 0.60 | 0.06 | 0.22 | 306.45 | 0.52 | 0.55 |
| Hex | C8 | 4F | BB | 0 | 3C | 6 | 16 | 132 | 34 | 37 |
| Octal | 310 | 117 | 273 | 0 | 74 | 6 | 26 | 462 | 64 | 67 |
| Binary | 11001000 | 1001111 | 10111011 | 0 | 111100 | 110 | 10110 | 100110010 | 110100 | 110111 |
Color Harmonies of #C84FBB
Complementary color
Monochromatic Colors of #C84FBB
Black with #C84FBB
Text Example
Text Example
White with #C84FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84FBB; }
p { color: rgb(200,79,187); }
H1.HeaderClassName
{
color: #C84FBB;
}
.AnyTagClassName
{
color: #C84FBB;
}
</style>
background-color css
<style>
a { background-color: #C84FBB; }
a { background-color: rgb(200,79,187); }
div.DivClassName
{
background-color: #C84FBB;
}
.BgClassName
{
background-color: #C84FBB;
}
</style>
border-color css
<style>
span { border-color: #C84FBB; }
span { border-color: rgb(200,79,187); }
td.TdClassName
{
border-color: #C84FBB;
}
.TagClassName
{
border-color: #C84FBB;
}
</style>