Shades of Fuchsia #C244B7
Tints of Fuchsia #C244B7
RGB
CMYK
RGB Variations
Color information
#C244B7 (or 0xC244B7) is known color: Fuchsia. HEX triplet: C2, 44 and B7. RGB value is (194,68,183). Sum of RGB (Red+Green+Blue) = 194+68+183=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C244B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244B7 is #3DBB48. Grayscale: #767676. Windows color (decimal): -4045641 or 12010690. OLE color: 12010690.
HSL color Cylindrical-coordinate representation of color #C244B7: hue angle of 305.24º 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 #C244B7 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 183 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.24 |
| HSL | 305.24º | 0.51% | 0.51% | - |
| HSV(B) | 305.24º | 0.65% | 0.76% | - |
| XYZ | 32.86 | 19.02 | 46.74 | - |
| YUV | 118.78 | 164.24 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 183 | 0 | 0.65 | 0.06 | 0.24 | 305.24 | 0.51 | 0.51 |
| Hex | C2 | 44 | B7 | 0 | 41 | 6 | 18 | 131 | 33 | 33 |
| Octal | 302 | 104 | 267 | 0 | 101 | 6 | 30 | 461 | 63 | 63 |
| Binary | 11000010 | 1000100 | 10110111 | 0 | 1000001 | 110 | 11000 | 100110001 | 110011 | 110011 |
Color Harmonies of #C244B7
Complementary color
Monochromatic Colors of #C244B7
Black with #C244B7
Text Example
Text Example
White with #C244B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C244B7; }
p { color: rgb(194,68,183); }
H1.HeaderClassName
{
color: #C244B7;
}
.AnyTagClassName
{
color: #C244B7;
}
</style>
background-color css
<style>
a { background-color: #C244B7; }
a { background-color: rgb(194,68,183); }
div.DivClassName
{
background-color: #C244B7;
}
.BgClassName
{
background-color: #C244B7;
}
</style>
border-color css
<style>
span { border-color: #C244B7; }
span { border-color: rgb(194,68,183); }
td.TdClassName
{
border-color: #C244B7;
}
.TagClassName
{
border-color: #C244B7;
}
</style>