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