Shades of Fuchsia #C45DCC
Tints of Fuchsia #C45DCC
RGB
CMYK
RGB Variations
Color information
#C45DCC (or 0xC45DCC) is known color: Fuchsia. HEX triplet: C4, 5D and CC. RGB value is (196,93,204). Sum of RGB (Red+Green+Blue) = 196+93+204=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #C45DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DCC is #3BA233. Grayscale: #888888. Windows color (decimal): -3908148 or 13393348. OLE color: 13393348.
HSL color Cylindrical-coordinate representation of color #C45DCC: hue angle of 295.68º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45DCC is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 93 | 204 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.2 |
| HSL | 295.68º | 0.52% | 0.58% | - |
| HSV(B) | 295.68º | 0.54% | 0.8% | - |
| XYZ | 37.58 | 23.92 | 59.76 | - |
| YUV | 136.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 204 | 0.04 | 0.54 | 0 | 0.2 | 295.68 | 0.52 | 0.58 |
| Hex | C4 | 5D | CC | 4 | 36 | 0 | 14 | 128 | 34 | 3A |
| Octal | 304 | 135 | 314 | 4 | 66 | 0 | 24 | 450 | 64 | 72 |
| Binary | 11000100 | 1011101 | 11001100 | 100 | 110110 | 0 | 10100 | 100101000 | 110100 | 111010 |
Color Harmonies of #C45DCC
Complementary color
Monochromatic Colors of #C45DCC
Black with #C45DCC
Text Example
Text Example
White with #C45DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45DCC; }
p { color: rgb(196,93,204); }
H1.HeaderClassName
{
color: #C45DCC;
}
.AnyTagClassName
{
color: #C45DCC;
}
</style>
background-color css
<style>
a { background-color: #C45DCC; }
a { background-color: rgb(196,93,204); }
div.DivClassName
{
background-color: #C45DCC;
}
.BgClassName
{
background-color: #C45DCC;
}
</style>
border-color css
<style>
span { border-color: #C45DCC; }
span { border-color: rgb(196,93,204); }
td.TdClassName
{
border-color: #C45DCC;
}
.TagClassName
{
border-color: #C45DCC;
}
</style>