Shades of Fuchsia #C848B5
Tints of Fuchsia #C848B5
RGB
CMYK
RGB Variations
Color information
#C848B5 (or 0xC848B5) is known color: Fuchsia. HEX triplet: C8, 48 and B5. RGB value is (200,72,181). Sum of RGB (Red+Green+Blue) = 200+72+181=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C848B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C848B5 is #37B74A. Grayscale: #7A7A7A. Windows color (decimal): -3651403 or 11880648. OLE color: 11880648.
HSL color Cylindrical-coordinate representation of color #C848B5: hue angle of 308.91º 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 #C848B5 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 181 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.22 |
| HSL | 308.91º | 0.54% | 0.53% | - |
| HSV(B) | 308.91º | 0.64% | 0.78% | - |
| XYZ | 34.48 | 20.25 | 45.81 | - |
| YUV | 122.7 | 160.91 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 181 | 0 | 0.64 | 0.09 | 0.22 | 308.91 | 0.54 | 0.53 |
| Hex | C8 | 48 | B5 | 0 | 40 | 9 | 16 | 135 | 36 | 35 |
| Octal | 310 | 110 | 265 | 0 | 100 | 11 | 26 | 465 | 66 | 65 |
| Binary | 11001000 | 1001000 | 10110101 | 0 | 1000000 | 1001 | 10110 | 100110101 | 110110 | 110101 |
Color Harmonies of #C848B5
Complementary color
Monochromatic Colors of #C848B5
Black with #C848B5
Text Example
Text Example
White with #C848B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848B5; }
p { color: rgb(200,72,181); }
H1.HeaderClassName
{
color: #C848B5;
}
.AnyTagClassName
{
color: #C848B5;
}
</style>
background-color css
<style>
a { background-color: #C848B5; }
a { background-color: rgb(200,72,181); }
div.DivClassName
{
background-color: #C848B5;
}
.BgClassName
{
background-color: #C848B5;
}
</style>
border-color css
<style>
span { border-color: #C848B5; }
span { border-color: rgb(200,72,181); }
td.TdClassName
{
border-color: #C848B5;
}
.TagClassName
{
border-color: #C848B5;
}
</style>