Shades of Fuchsia #C245A8
Tints of Fuchsia #C245A8
RGB
CMYK
RGB Variations
Color information
#C245A8 (or 0xC245A8) is known color: Fuchsia. HEX triplet: C2, 45 and A8. RGB value is (194,69,168). Sum of RGB (Red+Green+Blue) = 194+69+168=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C245A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C245A8 is #3DBA57. Grayscale: #757575. Windows color (decimal): -4045400 or 11027906. OLE color: 11027906.
HSL color Cylindrical-coordinate representation of color #C245A8: hue angle of 312.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C245A8 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 168 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.24 |
| HSL | 312.48º | 0.51% | 0.52% | - |
| HSV(B) | 312.48º | 0.64% | 0.76% | - |
| XYZ | 31.44 | 18.55 | 38.97 | - |
| YUV | 117.66 | 156.41 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 168 | 0 | 0.64 | 0.13 | 0.24 | 312.48 | 0.51 | 0.52 |
| Hex | C2 | 45 | A8 | 0 | 40 | D | 18 | 138 | 33 | 34 |
| Octal | 302 | 105 | 250 | 0 | 100 | 15 | 30 | 470 | 63 | 64 |
| Binary | 11000010 | 1000101 | 10101000 | 0 | 1000000 | 1101 | 11000 | 100111000 | 110011 | 110100 |
Color Harmonies of #C245A8
Complementary color
Monochromatic Colors of #C245A8
Black with #C245A8
Text Example
Text Example
White with #C245A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245A8; }
p { color: rgb(194,69,168); }
H1.HeaderClassName
{
color: #C245A8;
}
.AnyTagClassName
{
color: #C245A8;
}
</style>
background-color css
<style>
a { background-color: #C245A8; }
a { background-color: rgb(194,69,168); }
div.DivClassName
{
background-color: #C245A8;
}
.BgClassName
{
background-color: #C245A8;
}
</style>
border-color css
<style>
span { border-color: #C245A8; }
span { border-color: rgb(194,69,168); }
td.TdClassName
{
border-color: #C245A8;
}
.TagClassName
{
border-color: #C245A8;
}
</style>