Shades of Fuchsia #C84EB6
Tints of Fuchsia #C84EB6
RGB
CMYK
RGB Variations
Color information
#C84EB6 (or 0xC84EB6) is known color: Fuchsia. HEX triplet: C8, 4E and B6. RGB value is (200,78,182). Sum of RGB (Red+Green+Blue) = 200+78+182=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C84EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84EB6 is #37B149. Grayscale: #7E7E7E. Windows color (decimal): -3649866 or 11947720. OLE color: 11947720.
HSL color Cylindrical-coordinate representation of color #C84EB6: hue angle of 308.85º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84EB6 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 78 | 182 | - |
CMYK | 0 | 0.61 | 0.09 | 0.22 |
HSL | 308.85º | 0.53% | 0.55% | - |
HSV(B) | 308.85º | 0.61% | 0.78% | - |
XYZ | 34.99 | 21.11 | 46.49 | - |
YUV | 126.33 | 159.42 | 180.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 78 | 182 | 0 | 0.61 | 0.09 | 0.22 | 308.85 | 0.53 | 0.55 |
Hex | C8 | 4E | B6 | 0 | 3D | 9 | 16 | 135 | 35 | 37 |
Octal | 310 | 116 | 266 | 0 | 75 | 11 | 26 | 465 | 65 | 67 |
Binary | 11001000 | 1001110 | 10110110 | 0 | 111101 | 1001 | 10110 | 100110101 | 110101 | 110111 |
Color Harmonies of #C84EB6
Complementary color
Monochromatic Colors of #C84EB6
Black with #C84EB6
Text Example
Text Example
White with #C84EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84EB6; }
p { color: rgb(200,78,182); }
H1.HeaderClassName
{
color: #C84EB6;
}
.AnyTagClassName
{
color: #C84EB6;
}
</style>
background-color css
<style>
a { background-color: #C84EB6; }
a { background-color: rgb(200,78,182); }
div.DivClassName
{
background-color: #C84EB6;
}
.BgClassName
{
background-color: #C84EB6;
}
</style>
border-color css
<style>
span { border-color: #C84EB6; }
span { border-color: rgb(200,78,182); }
td.TdClassName
{
border-color: #C84EB6;
}
.TagClassName
{
border-color: #C84EB6;
}
</style>