Shades of Fuchsia #C245B9
Tints of Fuchsia #C245B9
RGB
CMYK
RGB Variations
Color information
#C245B9 (or 0xC245B9) is known color: Fuchsia. HEX triplet: C2, 45 and B9. RGB value is (194,69,185). Sum of RGB (Red+Green+Blue) = 194+69+185=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C245B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C245B9 is #3DBA46. Grayscale: #777777. Windows color (decimal): -4045383 or 12142018. OLE color: 12142018.
HSL color Cylindrical-coordinate representation of color #C245B9: hue angle of 304.32º 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 #C245B9 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 185 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.24 |
| HSL | 304.32º | 0.51% | 0.52% | - |
| HSV(B) | 304.32º | 0.64% | 0.76% | - |
| XYZ | 33.13 | 19.23 | 47.86 | - |
| YUV | 119.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 185 | 0 | 0.64 | 0.05 | 0.24 | 304.32 | 0.51 | 0.52 |
| Hex | C2 | 45 | B9 | 0 | 40 | 5 | 18 | 130 | 33 | 34 |
| Octal | 302 | 105 | 271 | 0 | 100 | 5 | 30 | 460 | 63 | 64 |
| Binary | 11000010 | 1000101 | 10111001 | 0 | 1000000 | 101 | 11000 | 100110000 | 110011 | 110100 |
Color Harmonies of #C245B9
Complementary color
Monochromatic Colors of #C245B9
Black with #C245B9
Text Example
Text Example
White with #C245B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245B9; }
p { color: rgb(194,69,185); }
H1.HeaderClassName
{
color: #C245B9;
}
.AnyTagClassName
{
color: #C245B9;
}
</style>
background-color css
<style>
a { background-color: #C245B9; }
a { background-color: rgb(194,69,185); }
div.DivClassName
{
background-color: #C245B9;
}
.BgClassName
{
background-color: #C245B9;
}
</style>
border-color css
<style>
span { border-color: #C245B9; }
span { border-color: rgb(194,69,185); }
td.TdClassName
{
border-color: #C245B9;
}
.TagClassName
{
border-color: #C245B9;
}
</style>