Shades of Fuchsia #C244A8
Tints of Fuchsia #C244A8
RGB
CMYK
RGB Variations
Color information
#C244A8 (or 0xC244A8) is known color: Fuchsia. HEX triplet: C2, 44 and A8. RGB value is (194,68,168). Sum of RGB (Red+Green+Blue) = 194+68+168=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C244A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C244A8 is #3DBB57. Grayscale: #747474. Windows color (decimal): -4045656 or 11027650. OLE color: 11027650.
HSL color Cylindrical-coordinate representation of color #C244A8: hue angle of 312.38º 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 #C244A8 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 168 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.24 |
| HSL | 312.38º | 0.51% | 0.51% | - |
| HSV(B) | 312.38º | 0.65% | 0.76% | - |
| XYZ | 31.38 | 18.43 | 38.95 | - |
| YUV | 117.07 | 156.74 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 168 | 0 | 0.65 | 0.13 | 0.24 | 312.38 | 0.51 | 0.51 |
| Hex | C2 | 44 | A8 | 0 | 41 | D | 18 | 138 | 33 | 33 |
| Octal | 302 | 104 | 250 | 0 | 101 | 15 | 30 | 470 | 63 | 63 |
| Binary | 11000010 | 1000100 | 10101000 | 0 | 1000001 | 1101 | 11000 | 100111000 | 110011 | 110011 |
Color Harmonies of #C244A8
Complementary color
Monochromatic Colors of #C244A8
Black with #C244A8
Text Example
Text Example
White with #C244A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C244A8; }
p { color: rgb(194,68,168); }
H1.HeaderClassName
{
color: #C244A8;
}
.AnyTagClassName
{
color: #C244A8;
}
</style>
background-color css
<style>
a { background-color: #C244A8; }
a { background-color: rgb(194,68,168); }
div.DivClassName
{
background-color: #C244A8;
}
.BgClassName
{
background-color: #C244A8;
}
</style>
border-color css
<style>
span { border-color: #C244A8; }
span { border-color: rgb(194,68,168); }
td.TdClassName
{
border-color: #C244A8;
}
.TagClassName
{
border-color: #C244A8;
}
</style>