Shades of Fuchsia #C448B8
Tints of Fuchsia #C448B8
RGB
CMYK
RGB Variations
Color information
#C448B8 (or 0xC448B8) is known color: Fuchsia. HEX triplet: C4, 48 and B8. RGB value is (196,72,184). Sum of RGB (Red+Green+Blue) = 196+72+184=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C448B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C448B8 is #3BB747. Grayscale: #797979. Windows color (decimal): -3913544 or 12077252. OLE color: 12077252.
HSL color Cylindrical-coordinate representation of color #C448B8: hue angle of 305.81º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C448B8 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 184 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.23 |
| HSL | 305.81º | 0.51% | 0.53% | - |
| HSV(B) | 305.81º | 0.63% | 0.77% | - |
| XYZ | 33.73 | 19.83 | 47.4 | - |
| YUV | 121.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 184 | 0 | 0.63 | 0.06 | 0.23 | 305.81 | 0.51 | 0.53 |
| Hex | C4 | 48 | B8 | 0 | 3F | 6 | 17 | 132 | 33 | 35 |
| Octal | 304 | 110 | 270 | 0 | 77 | 6 | 27 | 462 | 63 | 65 |
| Binary | 11000100 | 1001000 | 10111000 | 0 | 111111 | 110 | 10111 | 100110010 | 110011 | 110101 |
Color Harmonies of #C448B8
Complementary color
Monochromatic Colors of #C448B8
Black with #C448B8
Text Example
Text Example
White with #C448B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C448B8; }
p { color: rgb(196,72,184); }
H1.HeaderClassName
{
color: #C448B8;
}
.AnyTagClassName
{
color: #C448B8;
}
</style>
background-color css
<style>
a { background-color: #C448B8; }
a { background-color: rgb(196,72,184); }
div.DivClassName
{
background-color: #C448B8;
}
.BgClassName
{
background-color: #C448B8;
}
</style>
border-color css
<style>
span { border-color: #C448B8; }
span { border-color: rgb(196,72,184); }
td.TdClassName
{
border-color: #C448B8;
}
.TagClassName
{
border-color: #C448B8;
}
</style>