Shades of Fuchsia #C84CB0
Tints of Fuchsia #C84CB0
RGB
CMYK
RGB Variations
Color information
#C84CB0 (or 0xC84CB0) is known color: Fuchsia. HEX triplet: C8, 4C and B0. RGB value is (200,76,176). Sum of RGB (Red+Green+Blue) = 200+76+176=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84CB0 is #37B34F. Grayscale: #7C7C7C. Windows color (decimal): -3650384 or 11553992. OLE color: 11553992.
HSL color Cylindrical-coordinate representation of color #C84CB0: hue angle of 311.61º 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 #C84CB0 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 176 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.22 |
| HSL | 311.61º | 0.53% | 0.54% | - |
| HSV(B) | 311.61º | 0.62% | 0.78% | - |
| XYZ | 34.24 | 20.58 | 43.24 | - |
| YUV | 124.48 | 157.08 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 176 | 0 | 0.62 | 0.12 | 0.22 | 311.61 | 0.53 | 0.54 |
| Hex | C8 | 4C | B0 | 0 | 3E | C | 16 | 138 | 35 | 36 |
| Octal | 310 | 114 | 260 | 0 | 76 | 14 | 26 | 470 | 65 | 66 |
| Binary | 11001000 | 1001100 | 10110000 | 0 | 111110 | 1100 | 10110 | 100111000 | 110101 | 110110 |
Color Harmonies of #C84CB0
Complementary color
Monochromatic Colors of #C84CB0
Black with #C84CB0
Text Example
Text Example
White with #C84CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CB0; }
p { color: rgb(200,76,176); }
H1.HeaderClassName
{
color: #C84CB0;
}
.AnyTagClassName
{
color: #C84CB0;
}
</style>
background-color css
<style>
a { background-color: #C84CB0; }
a { background-color: rgb(200,76,176); }
div.DivClassName
{
background-color: #C84CB0;
}
.BgClassName
{
background-color: #C84CB0;
}
</style>
border-color css
<style>
span { border-color: #C84CB0; }
span { border-color: rgb(200,76,176); }
td.TdClassName
{
border-color: #C84CB0;
}
.TagClassName
{
border-color: #C84CB0;
}
</style>