Shades of Fuchsia #C848D1
Tints of Fuchsia #C848D1
RGB
CMYK
RGB Variations
Color information
#C848D1 (or 0xC848D1) is known color: Fuchsia. HEX triplet: C8, 48 and D1. RGB value is (200,72,209). Sum of RGB (Red+Green+Blue) = 200+72+209=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #C848D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848D1 is #37B72E. Grayscale: #7D7D7D. Windows color (decimal): -3651375 or 13715656. OLE color: 13715656.
HSL color Cylindrical-coordinate representation of color #C848D1: hue angle of 296.06º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C848D1 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 72 | 209 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.18 |
| HSL | 296.06º | 0.6% | 0.55% | - |
| HSV(B) | 296.06º | 0.66% | 0.82% | - |
| XYZ | 37.65 | 21.52 | 62.49 | - |
| YUV | 125.89 | 174.91 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 209 | 0.04 | 0.66 | 0 | 0.18 | 296.06 | 0.6 | 0.55 |
| Hex | C8 | 48 | D1 | 4 | 42 | 0 | 12 | 128 | 3C | 37 |
| Octal | 310 | 110 | 321 | 4 | 102 | 0 | 22 | 450 | 74 | 67 |
| Binary | 11001000 | 1001000 | 11010001 | 100 | 1000010 | 0 | 10010 | 100101000 | 111100 | 110111 |
Color Harmonies of #C848D1
Complementary color
Monochromatic Colors of #C848D1
Black with #C848D1
Text Example
Text Example
White with #C848D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848D1; }
p { color: rgb(200,72,209); }
H1.HeaderClassName
{
color: #C848D1;
}
.AnyTagClassName
{
color: #C848D1;
}
</style>
background-color css
<style>
a { background-color: #C848D1; }
a { background-color: rgb(200,72,209); }
div.DivClassName
{
background-color: #C848D1;
}
.BgClassName
{
background-color: #C848D1;
}
</style>
border-color css
<style>
span { border-color: #C848D1; }
span { border-color: rgb(200,72,209); }
td.TdClassName
{
border-color: #C848D1;
}
.TagClassName
{
border-color: #C848D1;
}
</style>