Shades of Fuchsia #C84CB5
Tints of Fuchsia #C84CB5
RGB
CMYK
RGB Variations
Color information
#C84CB5 (or 0xC84CB5) is known color: Fuchsia. HEX triplet: C8, 4C and B5. RGB value is (200,76,181). Sum of RGB (Red+Green+Blue) = 200+76+181=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CB5 is #37B34A. Grayscale: #7C7C7C. Windows color (decimal): -3650379 or 11881672. OLE color: 11881672.
HSL color Cylindrical-coordinate representation of color #C84CB5: hue angle of 309.19º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84CB5 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 181 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.22 |
| HSL | 309.19º | 0.53% | 0.54% | - |
| HSV(B) | 309.19º | 0.62% | 0.78% | - |
| XYZ | 34.74 | 20.78 | 45.9 | - |
| YUV | 125.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 181 | 0 | 0.62 | 0.09 | 0.22 | 309.19 | 0.53 | 0.54 |
| Hex | C8 | 4C | B5 | 0 | 3E | 9 | 16 | 135 | 35 | 36 |
| Octal | 310 | 114 | 265 | 0 | 76 | 11 | 26 | 465 | 65 | 66 |
| Binary | 11001000 | 1001100 | 10110101 | 0 | 111110 | 1001 | 10110 | 100110101 | 110101 | 110110 |
Color Harmonies of #C84CB5
Complementary color
Monochromatic Colors of #C84CB5
Black with #C84CB5
Text Example
Text Example
White with #C84CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CB5; }
p { color: rgb(200,76,181); }
H1.HeaderClassName
{
color: #C84CB5;
}
.AnyTagClassName
{
color: #C84CB5;
}
</style>
background-color css
<style>
a { background-color: #C84CB5; }
a { background-color: rgb(200,76,181); }
div.DivClassName
{
background-color: #C84CB5;
}
.BgClassName
{
background-color: #C84CB5;
}
</style>
border-color css
<style>
span { border-color: #C84CB5; }
span { border-color: rgb(200,76,181); }
td.TdClassName
{
border-color: #C84CB5;
}
.TagClassName
{
border-color: #C84CB5;
}
</style>