Shades of Fuchsia #C742AD
Tints of Fuchsia #C742AD
RGB
CMYK
RGB Variations
Color information
#C742AD (or 0xC742AD) is known color: Fuchsia. HEX triplet: C7, 42 and AD. RGB value is (199,66,173). Sum of RGB (Red+Green+Blue) = 199+66+173=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C742AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C742AD is #38BD52. Grayscale: #757575. Windows color (decimal): -3718483 or 11354823. OLE color: 11354823.
HSL color Cylindrical-coordinate representation of color #C742AD: hue angle of 311.73º 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 #C742AD is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 173 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.22 |
| HSL | 311.73º | 0.54% | 0.52% | - |
| HSV(B) | 311.73º | 0.67% | 0.78% | - |
| XYZ | 33.04 | 19.06 | 41.47 | - |
| YUV | 117.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 173 | 0 | 0.67 | 0.13 | 0.22 | 311.73 | 0.54 | 0.52 |
| Hex | C7 | 42 | AD | 0 | 43 | D | 16 | 138 | 36 | 34 |
| Octal | 307 | 102 | 255 | 0 | 103 | 15 | 26 | 470 | 66 | 64 |
| Binary | 11000111 | 1000010 | 10101101 | 0 | 1000011 | 1101 | 10110 | 100111000 | 110110 | 110100 |
Color Harmonies of #C742AD
Complementary color
Monochromatic Colors of #C742AD
Black with #C742AD
Text Example
Text Example
White with #C742AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C742AD; }
p { color: rgb(199,66,173); }
H1.HeaderClassName
{
color: #C742AD;
}
.AnyTagClassName
{
color: #C742AD;
}
</style>
background-color css
<style>
a { background-color: #C742AD; }
a { background-color: rgb(199,66,173); }
div.DivClassName
{
background-color: #C742AD;
}
.BgClassName
{
background-color: #C742AD;
}
</style>
border-color css
<style>
span { border-color: #C742AD; }
span { border-color: rgb(199,66,173); }
td.TdClassName
{
border-color: #C742AD;
}
.TagClassName
{
border-color: #C742AD;
}
</style>