Shades of Fuchsia #C45ACD
Tints of Fuchsia #C45ACD
RGB
CMYK
RGB Variations
Color information
#C45ACD (or 0xC45ACD) is known color: Fuchsia. HEX triplet: C4, 5A and CD. RGB value is (196,90,205). Sum of RGB (Red+Green+Blue) = 196+90+205=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #C45ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45ACD is #3BA532. Grayscale: #868686. Windows color (decimal): -3908915 or 13458116. OLE color: 13458116.
HSL color Cylindrical-coordinate representation of color #C45ACD: hue angle of 295.3º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45ACD is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 90 | 205 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.20 |
| HSL | 295.3º | 0.53% | 0.58% | - |
| HSV(B) | 295.3º | 0.56% | 0.8% | - |
| XYZ | 37.44 | 23.46 | 60.31 | - |
| YUV | 134.8 | 167.62 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 90 | 205 | 0.04 | 0.56 | 0 | 0.20 | 295.3 | 0.53 | 0.58 |
| Hex | C4 | 5A | CD | 4 | 38 | 0 | 14 | 127 | 35 | 3A |
| Octal | 304 | 132 | 315 | 4 | 70 | 0 | 24 | 447 | 65 | 72 |
| Binary | 11000100 | 1011010 | 11001101 | 100 | 111000 | 0 | 10100 | 100100111 | 110101 | 111010 |
Color Harmonies of #C45ACD
Complementary color
Monochromatic Colors of #C45ACD
Black with #C45ACD
Text Example
Text Example
White with #C45ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45ACD; }
p { color: rgb(196,90,205); }
H1.HeaderClassName
{
color: #C45ACD;
}
.AnyTagClassName
{
color: #C45ACD;
}
</style>
background-color css
<style>
a { background-color: #C45ACD; }
a { background-color: rgb(196,90,205); }
div.DivClassName
{
background-color: #C45ACD;
}
.BgClassName
{
background-color: #C45ACD;
}
</style>
border-color css
<style>
span { border-color: #C45ACD; }
span { border-color: rgb(196,90,205); }
td.TdClassName
{
border-color: #C45ACD;
}
.TagClassName
{
border-color: #C45ACD;
}
</style>