Shades of Fuchsia #C242AA
Tints of Fuchsia #C242AA
RGB
CMYK
RGB Variations
Color information
#C242AA (or 0xC242AA) is known color: Fuchsia. HEX triplet: C2, 42 and AA. RGB value is (194,66,170). Sum of RGB (Red+Green+Blue) = 194+66+170=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C242AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C242AA is #3DBD55. Grayscale: #737373. Windows color (decimal): -4046166 or 11158210. OLE color: 11158210.
HSL color Cylindrical-coordinate representation of color #C242AA: hue angle of 311.25º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C242AA is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 170 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.24 |
| HSL | 311.25º | 0.51% | 0.51% | - |
| HSV(B) | 311.25º | 0.66% | 0.76% | - |
| XYZ | 31.45 | 18.27 | 39.9 | - |
| YUV | 116.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 170 | 0 | 0.66 | 0.12 | 0.24 | 311.25 | 0.51 | 0.51 |
| Hex | C2 | 42 | AA | 0 | 42 | C | 18 | 137 | 33 | 33 |
| Octal | 302 | 102 | 252 | 0 | 102 | 14 | 30 | 467 | 63 | 63 |
| Binary | 11000010 | 1000010 | 10101010 | 0 | 1000010 | 1100 | 11000 | 100110111 | 110011 | 110011 |
Color Harmonies of #C242AA
Complementary color
Monochromatic Colors of #C242AA
Black with #C242AA
Text Example
Text Example
White with #C242AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242AA; }
p { color: rgb(194,66,170); }
H1.HeaderClassName
{
color: #C242AA;
}
.AnyTagClassName
{
color: #C242AA;
}
</style>
background-color css
<style>
a { background-color: #C242AA; }
a { background-color: rgb(194,66,170); }
div.DivClassName
{
background-color: #C242AA;
}
.BgClassName
{
background-color: #C242AA;
}
</style>
border-color css
<style>
span { border-color: #C242AA; }
span { border-color: rgb(194,66,170); }
td.TdClassName
{
border-color: #C242AA;
}
.TagClassName
{
border-color: #C242AA;
}
</style>