Shades of Fuchsia #C848CA
Tints of Fuchsia #C848CA
RGB
CMYK
RGB Variations
Color information
#C848CA (or 0xC848CA) is known color: Fuchsia. HEX triplet: C8, 48 and CA. RGB value is (200,72,202). Sum of RGB (Red+Green+Blue) = 200+72+202=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #C848CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848CA is #37B735. Grayscale: #7C7C7C. Windows color (decimal): -3651382 or 13256904. OLE color: 13256904.
HSL color Cylindrical-coordinate representation of color #C848CA: hue angle of 299.08º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C848CA is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 72 | 202 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.21 |
| HSL | 299.08º | 0.55% | 0.54% | - |
| HSV(B) | 299.08º | 0.64% | 0.79% | - |
| XYZ | 36.8 | 21.18 | 58.03 | - |
| YUV | 125.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 202 | 0.01 | 0.64 | 0 | 0.21 | 299.08 | 0.55 | 0.54 |
| Hex | C8 | 48 | CA | 1 | 40 | 0 | 15 | 12B | 37 | 36 |
| Octal | 310 | 110 | 312 | 1 | 100 | 0 | 25 | 453 | 67 | 66 |
| Binary | 11001000 | 1001000 | 11001010 | 1 | 1000000 | 0 | 10101 | 100101011 | 110111 | 110110 |
Color Harmonies of #C848CA
Complementary color
Monochromatic Colors of #C848CA
Black with #C848CA
Text Example
Text Example
White with #C848CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848CA; }
p { color: rgb(200,72,202); }
H1.HeaderClassName
{
color: #C848CA;
}
.AnyTagClassName
{
color: #C848CA;
}
</style>
background-color css
<style>
a { background-color: #C848CA; }
a { background-color: rgb(200,72,202); }
div.DivClassName
{
background-color: #C848CA;
}
.BgClassName
{
background-color: #C848CA;
}
</style>
border-color css
<style>
span { border-color: #C848CA; }
span { border-color: rgb(200,72,202); }
td.TdClassName
{
border-color: #C848CA;
}
.TagClassName
{
border-color: #C848CA;
}
</style>