Shades of Fuchsia #C84DBB
Tints of Fuchsia #C84DBB
RGB
CMYK
RGB Variations
Color information
#C84DBB (or 0xC84DBB) is known color: Fuchsia. HEX triplet: C8, 4D and BB. RGB value is (200,77,187). Sum of RGB (Red+Green+Blue) = 200+77+187=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DBB is #37B244. Grayscale: #7E7E7E. Windows color (decimal): -3650117 or 12275144. OLE color: 12275144.
HSL color Cylindrical-coordinate representation of color #C84DBB: hue angle of 306.34º 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 #C84DBB is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 187 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.22 |
| HSL | 306.34º | 0.53% | 0.54% | - |
| HSV(B) | 306.34º | 0.62% | 0.78% | - |
| XYZ | 35.44 | 21.17 | 49.23 | - |
| YUV | 126.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 187 | 0 | 0.62 | 0.06 | 0.22 | 306.34 | 0.53 | 0.54 |
| Hex | C8 | 4D | BB | 0 | 3E | 6 | 16 | 132 | 35 | 36 |
| Octal | 310 | 115 | 273 | 0 | 76 | 6 | 26 | 462 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10111011 | 0 | 111110 | 110 | 10110 | 100110010 | 110101 | 110110 |
Color Harmonies of #C84DBB
Complementary color
Monochromatic Colors of #C84DBB
Black with #C84DBB
Text Example
Text Example
White with #C84DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DBB; }
p { color: rgb(200,77,187); }
H1.HeaderClassName
{
color: #C84DBB;
}
.AnyTagClassName
{
color: #C84DBB;
}
</style>
background-color css
<style>
a { background-color: #C84DBB; }
a { background-color: rgb(200,77,187); }
div.DivClassName
{
background-color: #C84DBB;
}
.BgClassName
{
background-color: #C84DBB;
}
</style>
border-color css
<style>
span { border-color: #C84DBB; }
span { border-color: rgb(200,77,187); }
td.TdClassName
{
border-color: #C84DBB;
}
.TagClassName
{
border-color: #C84DBB;
}
</style>