Shades of Fuchsia #C84BBE
Tints of Fuchsia #C84BBE
RGB
CMYK
RGB Variations
Color information
#C84BBE (or 0xC84BBE) is known color: Fuchsia. HEX triplet: C8, 4B and BE. RGB value is (200,75,190). Sum of RGB (Red+Green+Blue) = 200+75+190=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BBE is #37B441. Grayscale: #7D7D7D. Windows color (decimal): -3650626 or 12471240. OLE color: 12471240.
HSL color Cylindrical-coordinate representation of color #C84BBE: hue angle of 304.8º 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 #C84BBE is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 190 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.22 |
| HSL | 304.8º | 0.53% | 0.54% | - |
| HSV(B) | 304.8º | 0.63% | 0.78% | - |
| XYZ | 35.63 | 21.03 | 50.9 | - |
| YUV | 125.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 190 | 0 | 0.62 | 0.05 | 0.22 | 304.8 | 0.53 | 0.54 |
| Hex | C8 | 4B | BE | 0 | 3E | 5 | 16 | 131 | 35 | 36 |
| Octal | 310 | 113 | 276 | 0 | 76 | 5 | 26 | 461 | 65 | 66 |
| Binary | 11001000 | 1001011 | 10111110 | 0 | 111110 | 101 | 10110 | 100110001 | 110101 | 110110 |
Color Harmonies of #C84BBE
Complementary color
Monochromatic Colors of #C84BBE
Black with #C84BBE
Text Example
Text Example
White with #C84BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BBE; }
p { color: rgb(200,75,190); }
H1.HeaderClassName
{
color: #C84BBE;
}
.AnyTagClassName
{
color: #C84BBE;
}
</style>
background-color css
<style>
a { background-color: #C84BBE; }
a { background-color: rgb(200,75,190); }
div.DivClassName
{
background-color: #C84BBE;
}
.BgClassName
{
background-color: #C84BBE;
}
</style>
border-color css
<style>
span { border-color: #C84BBE; }
span { border-color: rgb(200,75,190); }
td.TdClassName
{
border-color: #C84BBE;
}
.TagClassName
{
border-color: #C84BBE;
}
</style>