Shades of Fuchsia #C84BB5
Tints of Fuchsia #C84BB5
RGB
CMYK
RGB Variations
Color information
#C84BB5 (or 0xC84BB5) is known color: Fuchsia. HEX triplet: C8, 4B and B5. RGB value is (200,75,181). Sum of RGB (Red+Green+Blue) = 200+75+181=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BB5 is #37B44A. Grayscale: #7C7C7C. Windows color (decimal): -3650635 or 11881416. OLE color: 11881416.
HSL color Cylindrical-coordinate representation of color #C84BB5: hue angle of 309.12º 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 #C84BB5 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 181 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.22 |
| HSL | 309.12º | 0.53% | 0.54% | - |
| HSV(B) | 309.12º | 0.63% | 0.78% | - |
| XYZ | 34.68 | 20.65 | 45.87 | - |
| YUV | 124.46 | 159.91 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 181 | 0 | 0.62 | 0.09 | 0.22 | 309.12 | 0.53 | 0.54 |
| Hex | C8 | 4B | B5 | 0 | 3E | 9 | 16 | 135 | 35 | 36 |
| Octal | 310 | 113 | 265 | 0 | 76 | 11 | 26 | 465 | 65 | 66 |
| Binary | 11001000 | 1001011 | 10110101 | 0 | 111110 | 1001 | 10110 | 100110101 | 110101 | 110110 |
Color Harmonies of #C84BB5
Complementary color
Monochromatic Colors of #C84BB5
Black with #C84BB5
Text Example
Text Example
White with #C84BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BB5; }
p { color: rgb(200,75,181); }
H1.HeaderClassName
{
color: #C84BB5;
}
.AnyTagClassName
{
color: #C84BB5;
}
</style>
background-color css
<style>
a { background-color: #C84BB5; }
a { background-color: rgb(200,75,181); }
div.DivClassName
{
background-color: #C84BB5;
}
.BgClassName
{
background-color: #C84BB5;
}
</style>
border-color css
<style>
span { border-color: #C84BB5; }
span { border-color: rgb(200,75,181); }
td.TdClassName
{
border-color: #C84BB5;
}
.TagClassName
{
border-color: #C84BB5;
}
</style>