Shades of Fuchsia #C84BC5
Tints of Fuchsia #C84BC5
RGB
CMYK
RGB Variations
Color information
#C84BC5 (or 0xC84BC5) is known color: Fuchsia. HEX triplet: C8, 4B and C5. RGB value is (200,75,197). Sum of RGB (Red+Green+Blue) = 200+75+197=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BC5 is #37B43A. Grayscale: #7D7D7D. Windows color (decimal): -3650619 or 12929992. OLE color: 12929992.
HSL color Cylindrical-coordinate representation of color #C84BC5: hue angle of 301.44º 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 #C84BC5 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 197 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.22 |
| HSL | 301.44º | 0.53% | 0.54% | - |
| HSV(B) | 301.44º | 0.63% | 0.78% | - |
| XYZ | 36.41 | 21.34 | 55.02 | - |
| YUV | 126.28 | 167.91 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 197 | 0 | 0.62 | 0.02 | 0.22 | 301.44 | 0.53 | 0.54 |
| Hex | C8 | 4B | C5 | 0 | 3E | 2 | 16 | 12D | 35 | 36 |
| Octal | 310 | 113 | 305 | 0 | 76 | 2 | 26 | 455 | 65 | 66 |
| Binary | 11001000 | 1001011 | 11000101 | 0 | 111110 | 10 | 10110 | 100101101 | 110101 | 110110 |
Color Harmonies of #C84BC5
Complementary color
Monochromatic Colors of #C84BC5
Black with #C84BC5
Text Example
Text Example
White with #C84BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BC5; }
p { color: rgb(200,75,197); }
H1.HeaderClassName
{
color: #C84BC5;
}
.AnyTagClassName
{
color: #C84BC5;
}
</style>
background-color css
<style>
a { background-color: #C84BC5; }
a { background-color: rgb(200,75,197); }
div.DivClassName
{
background-color: #C84BC5;
}
.BgClassName
{
background-color: #C84BC5;
}
</style>
border-color css
<style>
span { border-color: #C84BC5; }
span { border-color: rgb(200,75,197); }
td.TdClassName
{
border-color: #C84BC5;
}
.TagClassName
{
border-color: #C84BC5;
}
</style>