Shades of Fuchsia #C84BCD
Tints of Fuchsia #C84BCD
RGB
CMYK
RGB Variations
Color information
#C84BCD (or 0xC84BCD) is known color: Fuchsia. HEX triplet: C8, 4B and CD. RGB value is (200,75,205). Sum of RGB (Red+Green+Blue) = 200+75+205=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #C84BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84BCD is #37B432. Grayscale: #7E7E7E. Windows color (decimal): -3650611 or 13454280. OLE color: 13454280.
HSL color Cylindrical-coordinate representation of color #C84BCD: hue angle of 297.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84BCD is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 75 | 205 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.20 |
| HSL | 297.69º | 0.57% | 0.55% | - |
| HSV(B) | 297.69º | 0.63% | 0.8% | - |
| XYZ | 37.35 | 21.72 | 59.98 | - |
| YUV | 127.2 | 171.91 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 205 | 0.02 | 0.63 | 0 | 0.20 | 297.69 | 0.57 | 0.55 |
| Hex | C8 | 4B | CD | 2 | 3F | 0 | 14 | 12A | 39 | 37 |
| Octal | 310 | 113 | 315 | 2 | 77 | 0 | 24 | 452 | 71 | 67 |
| Binary | 11001000 | 1001011 | 11001101 | 10 | 111111 | 0 | 10100 | 100101010 | 111001 | 110111 |
Color Harmonies of #C84BCD
Complementary color
Monochromatic Colors of #C84BCD
Black with #C84BCD
Text Example
Text Example
White with #C84BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BCD; }
p { color: rgb(200,75,205); }
H1.HeaderClassName
{
color: #C84BCD;
}
.AnyTagClassName
{
color: #C84BCD;
}
</style>
background-color css
<style>
a { background-color: #C84BCD; }
a { background-color: rgb(200,75,205); }
div.DivClassName
{
background-color: #C84BCD;
}
.BgClassName
{
background-color: #C84BCD;
}
</style>
border-color css
<style>
span { border-color: #C84BCD; }
span { border-color: rgb(200,75,205); }
td.TdClassName
{
border-color: #C84BCD;
}
.TagClassName
{
border-color: #C84BCD;
}
</style>