Shades of Fuchsia #C45BCC
Tints of Fuchsia #C45BCC
RGB
CMYK
RGB Variations
Color information
#C45BCC (or 0xC45BCC) is known color: Fuchsia. HEX triplet: C4, 5B and CC. RGB value is (196,91,204). Sum of RGB (Red+Green+Blue) = 196+91+204=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #C45BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45BCC is #3BA433. Grayscale: #868686. Windows color (decimal): -3908660 or 13392836. OLE color: 13392836.
HSL color Cylindrical-coordinate representation of color #C45BCC: hue angle of 295.75º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45BCC is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 91 | 204 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.2 |
| HSL | 295.75º | 0.53% | 0.58% | - |
| HSV(B) | 295.75º | 0.55% | 0.8% | - |
| XYZ | 37.41 | 23.58 | 59.71 | - |
| YUV | 135.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 204 | 0.04 | 0.55 | 0 | 0.2 | 295.75 | 0.53 | 0.58 |
| Hex | C4 | 5B | CC | 4 | 37 | 0 | 14 | 128 | 35 | 3A |
| Octal | 304 | 133 | 314 | 4 | 67 | 0 | 24 | 450 | 65 | 72 |
| Binary | 11000100 | 1011011 | 11001100 | 100 | 110111 | 0 | 10100 | 100101000 | 110101 | 111010 |
Color Harmonies of #C45BCC
Complementary color
Monochromatic Colors of #C45BCC
Black with #C45BCC
Text Example
Text Example
White with #C45BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45BCC; }
p { color: rgb(196,91,204); }
H1.HeaderClassName
{
color: #C45BCC;
}
.AnyTagClassName
{
color: #C45BCC;
}
</style>
background-color css
<style>
a { background-color: #C45BCC; }
a { background-color: rgb(196,91,204); }
div.DivClassName
{
background-color: #C45BCC;
}
.BgClassName
{
background-color: #C45BCC;
}
</style>
border-color css
<style>
span { border-color: #C45BCC; }
span { border-color: rgb(196,91,204); }
td.TdClassName
{
border-color: #C45BCC;
}
.TagClassName
{
border-color: #C45BCC;
}
</style>