Shades of Fuchsia #C742AF
Tints of Fuchsia #C742AF
RGB
CMYK
RGB Variations
Color information
#C742AF (or 0xC742AF) is known color: Fuchsia. HEX triplet: C7, 42 and AF. RGB value is (199,66,175). Sum of RGB (Red+Green+Blue) = 199+66+175=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C742AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C742AF is #38BD50. Grayscale: #757575. Windows color (decimal): -3718481 or 11485895. OLE color: 11485895.
HSL color Cylindrical-coordinate representation of color #C742AF: hue angle of 310.83º 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 #C742AF is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 175 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.22 |
| HSL | 310.83º | 0.54% | 0.52% | - |
| HSV(B) | 310.83º | 0.67% | 0.78% | - |
| XYZ | 33.24 | 19.13 | 42.5 | - |
| YUV | 118.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 175 | 0 | 0.67 | 0.12 | 0.22 | 310.83 | 0.54 | 0.52 |
| Hex | C7 | 42 | AF | 0 | 43 | C | 16 | 137 | 36 | 34 |
| Octal | 307 | 102 | 257 | 0 | 103 | 14 | 26 | 467 | 66 | 64 |
| Binary | 11000111 | 1000010 | 10101111 | 0 | 1000011 | 1100 | 10110 | 100110111 | 110110 | 110100 |
Color Harmonies of #C742AF
Complementary color
Monochromatic Colors of #C742AF
Black with #C742AF
Text Example
Text Example
White with #C742AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C742AF; }
p { color: rgb(199,66,175); }
H1.HeaderClassName
{
color: #C742AF;
}
.AnyTagClassName
{
color: #C742AF;
}
</style>
background-color css
<style>
a { background-color: #C742AF; }
a { background-color: rgb(199,66,175); }
div.DivClassName
{
background-color: #C742AF;
}
.BgClassName
{
background-color: #C742AF;
}
</style>
border-color css
<style>
span { border-color: #C742AF; }
span { border-color: rgb(199,66,175); }
td.TdClassName
{
border-color: #C742AF;
}
.TagClassName
{
border-color: #C742AF;
}
</style>