Shades of Fuchsia #C448CE
Tints of Fuchsia #C448CE
RGB
CMYK
RGB Variations
Color information
#C448CE (or 0xC448CE) is known color: Fuchsia. HEX triplet: C4, 48 and CE. RGB value is (196,72,206). Sum of RGB (Red+Green+Blue) = 196+72+206=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #C448CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C448CE is #3BB731. Grayscale: #7B7B7B. Windows color (decimal): -3913522 or 13519044. OLE color: 13519044.
HSL color Cylindrical-coordinate representation of color #C448CE: hue angle of 295.52º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C448CE is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 72 | 206 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.19 |
| HSL | 295.52º | 0.58% | 0.55% | - |
| HSV(B) | 295.52º | 0.65% | 0.81% | - |
| XYZ | 36.22 | 20.83 | 60.5 | - |
| YUV | 124.35 | 174.08 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 206 | 0.05 | 0.65 | 0 | 0.19 | 295.52 | 0.58 | 0.55 |
| Hex | C4 | 48 | CE | 5 | 41 | 0 | 13 | 128 | 3A | 37 |
| Octal | 304 | 110 | 316 | 5 | 101 | 0 | 23 | 450 | 72 | 67 |
| Binary | 11000100 | 1001000 | 11001110 | 101 | 1000001 | 0 | 10011 | 100101000 | 111010 | 110111 |
Color Harmonies of #C448CE
Complementary color
Monochromatic Colors of #C448CE
Black with #C448CE
Text Example
Text Example
White with #C448CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C448CE; }
p { color: rgb(196,72,206); }
H1.HeaderClassName
{
color: #C448CE;
}
.AnyTagClassName
{
color: #C448CE;
}
</style>
background-color css
<style>
a { background-color: #C448CE; }
a { background-color: rgb(196,72,206); }
div.DivClassName
{
background-color: #C448CE;
}
.BgClassName
{
background-color: #C448CE;
}
</style>
border-color css
<style>
span { border-color: #C448CE; }
span { border-color: rgb(196,72,206); }
td.TdClassName
{
border-color: #C448CE;
}
.TagClassName
{
border-color: #C448CE;
}
</style>