Shades of Fuchsia #C244B0
Tints of Fuchsia #C244B0
RGB
CMYK
RGB Variations
Color information
#C244B0 (or 0xC244B0) is known color: Fuchsia. HEX triplet: C2, 44 and B0. RGB value is (194,68,176). Sum of RGB (Red+Green+Blue) = 194+68+176=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C244B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C244B0 is #3DBB4F. Grayscale: #757575. Windows color (decimal): -4045648 or 11551938. OLE color: 11551938.
HSL color Cylindrical-coordinate representation of color #C244B0: hue angle of 308.57º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C244B0 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 176 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.24 |
| HSL | 308.57º | 0.51% | 0.51% | - |
| HSV(B) | 308.57º | 0.65% | 0.76% | - |
| XYZ | 32.15 | 18.74 | 43 | - |
| YUV | 117.99 | 160.74 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 176 | 0 | 0.65 | 0.09 | 0.24 | 308.57 | 0.51 | 0.51 |
| Hex | C2 | 44 | B0 | 0 | 41 | 9 | 18 | 135 | 33 | 33 |
| Octal | 302 | 104 | 260 | 0 | 101 | 11 | 30 | 465 | 63 | 63 |
| Binary | 11000010 | 1000100 | 10110000 | 0 | 1000001 | 1001 | 11000 | 100110101 | 110011 | 110011 |
Color Harmonies of #C244B0
Complementary color
Monochromatic Colors of #C244B0
Black with #C244B0
Text Example
Text Example
White with #C244B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C244B0; }
p { color: rgb(194,68,176); }
H1.HeaderClassName
{
color: #C244B0;
}
.AnyTagClassName
{
color: #C244B0;
}
</style>
background-color css
<style>
a { background-color: #C244B0; }
a { background-color: rgb(194,68,176); }
div.DivClassName
{
background-color: #C244B0;
}
.BgClassName
{
background-color: #C244B0;
}
</style>
border-color css
<style>
span { border-color: #C244B0; }
span { border-color: rgb(194,68,176); }
td.TdClassName
{
border-color: #C244B0;
}
.TagClassName
{
border-color: #C244B0;
}
</style>