Shades of Fuchsia #C245C9
Tints of Fuchsia #C245C9
RGB
CMYK
RGB Variations
Color information
#C245C9 (or 0xC245C9) is known color: Fuchsia. HEX triplet: C2, 45 and C9. RGB value is (194,69,201). Sum of RGB (Red+Green+Blue) = 194+69+201=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #C245C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245C9 is #3DBA36. Grayscale: #797979. Windows color (decimal): -4045367 or 13190594. OLE color: 13190594.
HSL color Cylindrical-coordinate representation of color #C245C9: hue angle of 296.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C245C9 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 69 | 201 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.21 |
| HSL | 296.82º | 0.55% | 0.53% | - |
| HSV(B) | 296.82º | 0.66% | 0.79% | - |
| XYZ | 34.92 | 19.94 | 57.27 | - |
| YUV | 121.42 | 172.91 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 201 | 0.03 | 0.66 | 0 | 0.21 | 296.82 | 0.55 | 0.53 |
| Hex | C2 | 45 | C9 | 3 | 42 | 0 | 15 | 129 | 37 | 35 |
| Octal | 302 | 105 | 311 | 3 | 102 | 0 | 25 | 451 | 67 | 65 |
| Binary | 11000010 | 1000101 | 11001001 | 11 | 1000010 | 0 | 10101 | 100101001 | 110111 | 110101 |
Color Harmonies of #C245C9
Complementary color
Monochromatic Colors of #C245C9
Black with #C245C9
Text Example
Text Example
White with #C245C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245C9; }
p { color: rgb(194,69,201); }
H1.HeaderClassName
{
color: #C245C9;
}
.AnyTagClassName
{
color: #C245C9;
}
</style>
background-color css
<style>
a { background-color: #C245C9; }
a { background-color: rgb(194,69,201); }
div.DivClassName
{
background-color: #C245C9;
}
.BgClassName
{
background-color: #C245C9;
}
</style>
border-color css
<style>
span { border-color: #C245C9; }
span { border-color: rgb(194,69,201); }
td.TdClassName
{
border-color: #C245C9;
}
.TagClassName
{
border-color: #C245C9;
}
</style>