Shades of Fuchsia #C742A9
Tints of Fuchsia #C742A9
RGB
CMYK
RGB Variations
Color information
#C742A9 (or 0xC742A9) is known color: Fuchsia. HEX triplet: C7, 42 and A9. RGB value is (199,66,169). Sum of RGB (Red+Green+Blue) = 199+66+169=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 169 (66.41% from 255 or 38.94% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C742A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C742A9 is #38BD56. Grayscale: #757575. Windows color (decimal): -3718487 or 11092679. OLE color: 11092679.
HSL color Cylindrical-coordinate representation of color #C742A9: hue angle of 313.53º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C742A9 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 169 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.22 |
| HSL | 313.53º | 0.54% | 0.52% | - |
| HSV(B) | 313.53º | 0.67% | 0.78% | - |
| XYZ | 32.66 | 18.9 | 39.46 | - |
| YUV | 117.51 | 157.06 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 169 | 0 | 0.67 | 0.15 | 0.22 | 313.53 | 0.54 | 0.52 |
| Hex | C7 | 42 | A9 | 0 | 43 | F | 16 | 13A | 36 | 34 |
| Octal | 307 | 102 | 251 | 0 | 103 | 17 | 26 | 472 | 66 | 64 |
| Binary | 11000111 | 1000010 | 10101001 | 0 | 1000011 | 1111 | 10110 | 100111010 | 110110 | 110100 |
Color Harmonies of #C742A9
Complementary color
Monochromatic Colors of #C742A9
Black with #C742A9
Text Example
Text Example
White with #C742A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C742A9; }
p { color: rgb(199,66,169); }
H1.HeaderClassName
{
color: #C742A9;
}
.AnyTagClassName
{
color: #C742A9;
}
</style>
background-color css
<style>
a { background-color: #C742A9; }
a { background-color: rgb(199,66,169); }
div.DivClassName
{
background-color: #C742A9;
}
.BgClassName
{
background-color: #C742A9;
}
</style>
border-color css
<style>
span { border-color: #C742A9; }
span { border-color: rgb(199,66,169); }
td.TdClassName
{
border-color: #C742A9;
}
.TagClassName
{
border-color: #C742A9;
}
</style>