Shades of Fuchsia #C245C8
Tints of Fuchsia #C245C8
RGB
CMYK
RGB Variations
Color information
#C245C8 (or 0xC245C8) is known color: Fuchsia. HEX triplet: C2, 45 and C8. RGB value is (194,69,200). Sum of RGB (Red+Green+Blue) = 194+69+200=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #C245C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245C8 is #3DBA37. Grayscale: #787878. Windows color (decimal): -4045368 or 13125058. OLE color: 13125058.
HSL color Cylindrical-coordinate representation of color #C245C8: hue angle of 297.25º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C245C8 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 69 | 200 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.22 |
| HSL | 297.25º | 0.54% | 0.53% | - |
| HSV(B) | 297.25º | 0.66% | 0.78% | - |
| XYZ | 34.8 | 19.9 | 56.65 | - |
| YUV | 121.31 | 172.41 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 200 | 0.03 | 0.66 | 0 | 0.22 | 297.25 | 0.54 | 0.53 |
| Hex | C2 | 45 | C8 | 3 | 42 | 0 | 16 | 129 | 36 | 35 |
| Octal | 302 | 105 | 310 | 3 | 102 | 0 | 26 | 451 | 66 | 65 |
| Binary | 11000010 | 1000101 | 11001000 | 11 | 1000010 | 0 | 10110 | 100101001 | 110110 | 110101 |
Color Harmonies of #C245C8
Complementary color
Monochromatic Colors of #C245C8
Black with #C245C8
Text Example
Text Example
White with #C245C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245C8; }
p { color: rgb(194,69,200); }
H1.HeaderClassName
{
color: #C245C8;
}
.AnyTagClassName
{
color: #C245C8;
}
</style>
background-color css
<style>
a { background-color: #C245C8; }
a { background-color: rgb(194,69,200); }
div.DivClassName
{
background-color: #C245C8;
}
.BgClassName
{
background-color: #C245C8;
}
</style>
border-color css
<style>
span { border-color: #C245C8; }
span { border-color: rgb(194,69,200); }
td.TdClassName
{
border-color: #C245C8;
}
.TagClassName
{
border-color: #C245C8;
}
</style>