Shades of Fuchsia #C45ACB
Tints of Fuchsia #C45ACB
RGB
CMYK
RGB Variations
Color information
#C45ACB (or 0xC45ACB) is known color: Fuchsia. HEX triplet: C4, 5A and CB. RGB value is (196,90,203). Sum of RGB (Red+Green+Blue) = 196+90+203=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #C45ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45ACB is #3BA534. Grayscale: #868686. Windows color (decimal): -3908917 or 13327044. OLE color: 13327044.
HSL color Cylindrical-coordinate representation of color #C45ACB: hue angle of 296.28º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45ACB is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 90 | 203 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.20 |
| HSL | 296.28º | 0.52% | 0.57% | - |
| HSV(B) | 296.28º | 0.56% | 0.8% | - |
| XYZ | 37.2 | 23.36 | 59.05 | - |
| YUV | 134.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 203 | 0.03 | 0.56 | 0 | 0.20 | 296.28 | 0.52 | 0.57 |
| Hex | C4 | 5A | CB | 3 | 38 | 0 | 14 | 128 | 34 | 39 |
| Octal | 304 | 132 | 313 | 3 | 70 | 0 | 24 | 450 | 64 | 71 |
| Binary | 11000100 | 1011010 | 11001011 | 11 | 111000 | 0 | 10100 | 100101000 | 110100 | 111001 |
Color Harmonies of #C45ACB
Complementary color
Monochromatic Colors of #C45ACB
Black with #C45ACB
Text Example
Text Example
White with #C45ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45ACB; }
p { color: rgb(196,90,203); }
H1.HeaderClassName
{
color: #C45ACB;
}
.AnyTagClassName
{
color: #C45ACB;
}
</style>
background-color css
<style>
a { background-color: #C45ACB; }
a { background-color: rgb(196,90,203); }
div.DivClassName
{
background-color: #C45ACB;
}
.BgClassName
{
background-color: #C45ACB;
}
</style>
border-color css
<style>
span { border-color: #C45ACB; }
span { border-color: rgb(196,90,203); }
td.TdClassName
{
border-color: #C45ACB;
}
.TagClassName
{
border-color: #C45ACB;
}
</style>