Shades of Fuchsia #C848CE
Tints of Fuchsia #C848CE
RGB
CMYK
RGB Variations
Color information
#C848CE (or 0xC848CE) is known color: Fuchsia. HEX triplet: C8, 48 and CE. RGB value is (200,72,206). Sum of RGB (Red+Green+Blue) = 200+72+206=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #C848CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848CE is #37B731. Grayscale: #7D7D7D. Windows color (decimal): -3651378 or 13519048. OLE color: 13519048.
HSL color Cylindrical-coordinate representation of color #C848CE: hue angle of 297.31º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C848CE is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 72 | 206 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.19 |
| HSL | 297.31º | 0.58% | 0.55% | - |
| HSV(B) | 297.31º | 0.65% | 0.81% | - |
| XYZ | 37.28 | 21.37 | 60.55 | - |
| YUV | 125.55 | 173.41 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 206 | 0.03 | 0.65 | 0 | 0.19 | 297.31 | 0.58 | 0.55 |
| Hex | C8 | 48 | CE | 3 | 41 | 0 | 13 | 129 | 3A | 37 |
| Octal | 310 | 110 | 316 | 3 | 101 | 0 | 23 | 451 | 72 | 67 |
| Binary | 11001000 | 1001000 | 11001110 | 11 | 1000001 | 0 | 10011 | 100101001 | 111010 | 110111 |
Color Harmonies of #C848CE
Complementary color
Monochromatic Colors of #C848CE
Black with #C848CE
Text Example
Text Example
White with #C848CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848CE; }
p { color: rgb(200,72,206); }
H1.HeaderClassName
{
color: #C848CE;
}
.AnyTagClassName
{
color: #C848CE;
}
</style>
background-color css
<style>
a { background-color: #C848CE; }
a { background-color: rgb(200,72,206); }
div.DivClassName
{
background-color: #C848CE;
}
.BgClassName
{
background-color: #C848CE;
}
</style>
border-color css
<style>
span { border-color: #C848CE; }
span { border-color: rgb(200,72,206); }
td.TdClassName
{
border-color: #C848CE;
}
.TagClassName
{
border-color: #C848CE;
}
</style>