Shades of Fuchsia #C84BB4
Tints of Fuchsia #C84BB4
RGB
CMYK
RGB Variations
Color information
#C84BB4 (or 0xC84BB4) is known color: Fuchsia. HEX triplet: C8, 4B and B4. RGB value is (200,75,180). Sum of RGB (Red+Green+Blue) = 200+75+180=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BB4 is #37B44B. Grayscale: #7C7C7C. Windows color (decimal): -3650636 or 11815880. OLE color: 11815880.
HSL color Cylindrical-coordinate representation of color #C84BB4: hue angle of 309.6º 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 #C84BB4 is Cyan = 0, Magento = 0.62, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 180 | - |
| CMYK | 0 | 0.62 | 0.1 | 0.22 |
| HSL | 309.6º | 0.53% | 0.54% | - |
| HSV(B) | 309.6º | 0.63% | 0.78% | - |
| XYZ | 34.57 | 20.61 | 45.34 | - |
| YUV | 124.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 180 | 0 | 0.62 | 0.1 | 0.22 | 309.6 | 0.53 | 0.54 |
| Hex | C8 | 4B | B4 | 0 | 3E | A | 16 | 136 | 35 | 36 |
| Octal | 310 | 113 | 264 | 0 | 76 | 12 | 26 | 466 | 65 | 66 |
| Binary | 11001000 | 1001011 | 10110100 | 0 | 111110 | 1010 | 10110 | 100110110 | 110101 | 110110 |
Color Harmonies of #C84BB4
Complementary color
Monochromatic Colors of #C84BB4
Black with #C84BB4
Text Example
Text Example
White with #C84BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BB4; }
p { color: rgb(200,75,180); }
H1.HeaderClassName
{
color: #C84BB4;
}
.AnyTagClassName
{
color: #C84BB4;
}
</style>
background-color css
<style>
a { background-color: #C84BB4; }
a { background-color: rgb(200,75,180); }
div.DivClassName
{
background-color: #C84BB4;
}
.BgClassName
{
background-color: #C84BB4;
}
</style>
border-color css
<style>
span { border-color: #C84BB4; }
span { border-color: rgb(200,75,180); }
td.TdClassName
{
border-color: #C84BB4;
}
.TagClassName
{
border-color: #C84BB4;
}
</style>