Shades of Fuchsia #C84DBD
Tints of Fuchsia #C84DBD
RGB
CMYK
RGB Variations
Color information
#C84DBD (or 0xC84DBD) is known color: Fuchsia. HEX triplet: C8, 4D and BD. RGB value is (200,77,189). Sum of RGB (Red+Green+Blue) = 200+77+189=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DBD is #37B242. Grayscale: #7E7E7E. Windows color (decimal): -3650115 or 12406216. OLE color: 12406216.
HSL color Cylindrical-coordinate representation of color #C84DBD: hue angle of 305.37º 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 #C84DBD is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 189 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.22 |
| HSL | 305.37º | 0.53% | 0.54% | - |
| HSV(B) | 305.37º | 0.62% | 0.78% | - |
| XYZ | 35.66 | 21.26 | 50.37 | - |
| YUV | 126.55 | 163.25 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 189 | 0 | 0.62 | 0.06 | 0.22 | 305.37 | 0.53 | 0.54 |
| Hex | C8 | 4D | BD | 0 | 3E | 6 | 16 | 131 | 35 | 36 |
| Octal | 310 | 115 | 275 | 0 | 76 | 6 | 26 | 461 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10111101 | 0 | 111110 | 110 | 10110 | 100110001 | 110101 | 110110 |
Color Harmonies of #C84DBD
Complementary color
Monochromatic Colors of #C84DBD
Black with #C84DBD
Text Example
Text Example
White with #C84DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DBD; }
p { color: rgb(200,77,189); }
H1.HeaderClassName
{
color: #C84DBD;
}
.AnyTagClassName
{
color: #C84DBD;
}
</style>
background-color css
<style>
a { background-color: #C84DBD; }
a { background-color: rgb(200,77,189); }
div.DivClassName
{
background-color: #C84DBD;
}
.BgClassName
{
background-color: #C84DBD;
}
</style>
border-color css
<style>
span { border-color: #C84DBD; }
span { border-color: rgb(200,77,189); }
td.TdClassName
{
border-color: #C84DBD;
}
.TagClassName
{
border-color: #C84DBD;
}
</style>