Shades of Fuchsia #C848C1
Tints of Fuchsia #C848C1
RGB
CMYK
RGB Variations
Color information
#C848C1 (or 0xC848C1) is known color: Fuchsia. HEX triplet: C8, 48 and C1. RGB value is (200,72,193). Sum of RGB (Red+Green+Blue) = 200+72+193=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C848C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848C1 is #37B73E. Grayscale: #7B7B7B. Windows color (decimal): -3651391 or 12667080. OLE color: 12667080.
HSL color Cylindrical-coordinate representation of color #C848C1: hue angle of 303.28º 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 #C848C1 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 193 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.22 |
| HSL | 303.28º | 0.54% | 0.53% | - |
| HSV(B) | 303.28º | 0.64% | 0.78% | - |
| XYZ | 35.76 | 20.76 | 52.58 | - |
| YUV | 124.07 | 166.91 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 193 | 0 | 0.64 | 0.04 | 0.22 | 303.28 | 0.54 | 0.53 |
| Hex | C8 | 48 | C1 | 0 | 40 | 4 | 16 | 12F | 36 | 35 |
| Octal | 310 | 110 | 301 | 0 | 100 | 4 | 26 | 457 | 66 | 65 |
| Binary | 11001000 | 1001000 | 11000001 | 0 | 1000000 | 100 | 10110 | 100101111 | 110110 | 110101 |
Color Harmonies of #C848C1
Complementary color
Monochromatic Colors of #C848C1
Black with #C848C1
Text Example
Text Example
White with #C848C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848C1; }
p { color: rgb(200,72,193); }
H1.HeaderClassName
{
color: #C848C1;
}
.AnyTagClassName
{
color: #C848C1;
}
</style>
background-color css
<style>
a { background-color: #C848C1; }
a { background-color: rgb(200,72,193); }
div.DivClassName
{
background-color: #C848C1;
}
.BgClassName
{
background-color: #C848C1;
}
</style>
border-color css
<style>
span { border-color: #C848C1; }
span { border-color: rgb(200,72,193); }
td.TdClassName
{
border-color: #C848C1;
}
.TagClassName
{
border-color: #C848C1;
}
</style>