Shades of Fuchsia #C455CA
Tints of Fuchsia #C455CA
RGB
CMYK
RGB Variations
Color information
#C455CA (or 0xC455CA) is known color: Fuchsia. HEX triplet: C4, 55 and CA. RGB value is (196,85,202). Sum of RGB (Red+Green+Blue) = 196+85+202=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #C455CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455CA is #3BAA35. Grayscale: #838383. Windows color (decimal): -3910198 or 13260228. OLE color: 13260228.
HSL color Cylindrical-coordinate representation of color #C455CA: hue angle of 296.92º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C455CA is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 85 | 202 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.21 |
| HSL | 296.92º | 0.52% | 0.56% | - |
| HSV(B) | 296.92º | 0.58% | 0.79% | - |
| XYZ | 36.67 | 22.5 | 58.29 | - |
| YUV | 131.53 | 167.77 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 202 | 0.03 | 0.58 | 0 | 0.21 | 296.92 | 0.52 | 0.56 |
| Hex | C4 | 55 | CA | 3 | 3A | 0 | 15 | 129 | 34 | 38 |
| Octal | 304 | 125 | 312 | 3 | 72 | 0 | 25 | 451 | 64 | 70 |
| Binary | 11000100 | 1010101 | 11001010 | 11 | 111010 | 0 | 10101 | 100101001 | 110100 | 111000 |
Color Harmonies of #C455CA
Complementary color
Monochromatic Colors of #C455CA
Black with #C455CA
Text Example
Text Example
White with #C455CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455CA; }
p { color: rgb(196,85,202); }
H1.HeaderClassName
{
color: #C455CA;
}
.AnyTagClassName
{
color: #C455CA;
}
</style>
background-color css
<style>
a { background-color: #C455CA; }
a { background-color: rgb(196,85,202); }
div.DivClassName
{
background-color: #C455CA;
}
.BgClassName
{
background-color: #C455CA;
}
</style>
border-color css
<style>
span { border-color: #C455CA; }
span { border-color: rgb(196,85,202); }
td.TdClassName
{
border-color: #C455CA;
}
.TagClassName
{
border-color: #C455CA;
}
</style>