Shades of Fuchsia #C84CBC
Tints of Fuchsia #C84CBC
RGB
CMYK
RGB Variations
Color information
#C84CBC (or 0xC84CBC) is known color: Fuchsia. HEX triplet: C8, 4C and BC. RGB value is (200,76,188). Sum of RGB (Red+Green+Blue) = 200+76+188=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C84CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84CBC is #37B343. Grayscale: #7D7D7D. Windows color (decimal): -3650372 or 12340424. OLE color: 12340424.
HSL color Cylindrical-coordinate representation of color #C84CBC: hue angle of 305.81º 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 #C84CBC is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 76 | 188 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.22 |
| HSL | 305.81º | 0.53% | 0.54% | - |
| HSV(B) | 305.81º | 0.62% | 0.78% | - |
| XYZ | 35.48 | 21.08 | 49.78 | - |
| YUV | 125.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 76 | 188 | 0 | 0.62 | 0.06 | 0.22 | 305.81 | 0.53 | 0.54 |
| Hex | C8 | 4C | BC | 0 | 3E | 6 | 16 | 132 | 35 | 36 |
| Octal | 310 | 114 | 274 | 0 | 76 | 6 | 26 | 462 | 65 | 66 |
| Binary | 11001000 | 1001100 | 10111100 | 0 | 111110 | 110 | 10110 | 100110010 | 110101 | 110110 |
Color Harmonies of #C84CBC
Complementary color
Monochromatic Colors of #C84CBC
Black with #C84CBC
Text Example
Text Example
White with #C84CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84CBC; }
p { color: rgb(200,76,188); }
H1.HeaderClassName
{
color: #C84CBC;
}
.AnyTagClassName
{
color: #C84CBC;
}
</style>
background-color css
<style>
a { background-color: #C84CBC; }
a { background-color: rgb(200,76,188); }
div.DivClassName
{
background-color: #C84CBC;
}
.BgClassName
{
background-color: #C84CBC;
}
</style>
border-color css
<style>
span { border-color: #C84CBC; }
span { border-color: rgb(200,76,188); }
td.TdClassName
{
border-color: #C84CBC;
}
.TagClassName
{
border-color: #C84CBC;
}
</style>