Shades of Fuchsia #C848C2
Tints of Fuchsia #C848C2
RGB
CMYK
RGB Variations
Color information
#C848C2 (or 0xC848C2) is known color: Fuchsia. HEX triplet: C8, 48 and C2. RGB value is (200,72,194). Sum of RGB (Red+Green+Blue) = 200+72+194=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C848C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848C2 is #37B73D. Grayscale: #7B7B7B. Windows color (decimal): -3651390 or 12732616. OLE color: 12732616.
HSL color Cylindrical-coordinate representation of color #C848C2: hue angle of 302.81º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C848C2 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 194 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.22 |
| HSL | 302.81º | 0.54% | 0.53% | - |
| HSV(B) | 302.81º | 0.64% | 0.78% | - |
| XYZ | 35.87 | 20.81 | 53.16 | - |
| YUV | 124.18 | 167.41 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 194 | 0 | 0.64 | 0.03 | 0.22 | 302.81 | 0.54 | 0.53 |
| Hex | C8 | 48 | C2 | 0 | 40 | 3 | 16 | 12F | 36 | 35 |
| Octal | 310 | 110 | 302 | 0 | 100 | 3 | 26 | 457 | 66 | 65 |
| Binary | 11001000 | 1001000 | 11000010 | 0 | 1000000 | 11 | 10110 | 100101111 | 110110 | 110101 |
Color Harmonies of #C848C2
Complementary color
Monochromatic Colors of #C848C2
Black with #C848C2
Text Example
Text Example
White with #C848C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848C2; }
p { color: rgb(200,72,194); }
H1.HeaderClassName
{
color: #C848C2;
}
.AnyTagClassName
{
color: #C848C2;
}
</style>
background-color css
<style>
a { background-color: #C848C2; }
a { background-color: rgb(200,72,194); }
div.DivClassName
{
background-color: #C848C2;
}
.BgClassName
{
background-color: #C848C2;
}
</style>
border-color css
<style>
span { border-color: #C848C2; }
span { border-color: rgb(200,72,194); }
td.TdClassName
{
border-color: #C848C2;
}
.TagClassName
{
border-color: #C848C2;
}
</style>