Shades of Fuchsia #C445CE
Tints of Fuchsia #C445CE
RGB
CMYK
RGB Variations
Color information
#C445CE (or 0xC445CE) is known color: Fuchsia. HEX triplet: C4, 45 and CE. RGB value is (196,69,206). Sum of RGB (Red+Green+Blue) = 196+69+206=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #C445CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C445CE is #3BBA31. Grayscale: #7A7A7A. Windows color (decimal): -3914290 or 13518276. OLE color: 13518276.
HSL color Cylindrical-coordinate representation of color #C445CE: hue angle of 295.62º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C445CE is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 69 | 206 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.19 |
| HSL | 295.62º | 0.58% | 0.54% | - |
| HSV(B) | 295.62º | 0.67% | 0.81% | - |
| XYZ | 36.03 | 20.45 | 60.44 | - |
| YUV | 122.59 | 175.08 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 206 | 0.05 | 0.67 | 0 | 0.19 | 295.62 | 0.58 | 0.54 |
| Hex | C4 | 45 | CE | 5 | 43 | 0 | 13 | 128 | 3A | 36 |
| Octal | 304 | 105 | 316 | 5 | 103 | 0 | 23 | 450 | 72 | 66 |
| Binary | 11000100 | 1000101 | 11001110 | 101 | 1000011 | 0 | 10011 | 100101000 | 111010 | 110110 |
Color Harmonies of #C445CE
Complementary color
Monochromatic Colors of #C445CE
Black with #C445CE
Text Example
Text Example
White with #C445CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C445CE; }
p { color: rgb(196,69,206); }
H1.HeaderClassName
{
color: #C445CE;
}
.AnyTagClassName
{
color: #C445CE;
}
</style>
background-color css
<style>
a { background-color: #C445CE; }
a { background-color: rgb(196,69,206); }
div.DivClassName
{
background-color: #C445CE;
}
.BgClassName
{
background-color: #C445CE;
}
</style>
border-color css
<style>
span { border-color: #C445CE; }
span { border-color: rgb(196,69,206); }
td.TdClassName
{
border-color: #C445CE;
}
.TagClassName
{
border-color: #C445CE;
}
</style>