Shades of Fuchsia #C743AD
Tints of Fuchsia #C743AD
RGB
CMYK
RGB Variations
Color information
#C743AD (or 0xC743AD) is known color: Fuchsia. HEX triplet: C7, 43 and AD. RGB value is (199,67,173). Sum of RGB (Red+Green+Blue) = 199+67+173=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C743AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C743AD is #38BC52. Grayscale: #767676. Windows color (decimal): -3718227 or 11355079. OLE color: 11355079.
HSL color Cylindrical-coordinate representation of color #C743AD: hue angle of 311.82º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C743AD is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 173 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.22 |
| HSL | 311.82º | 0.54% | 0.52% | - |
| HSV(B) | 311.82º | 0.66% | 0.78% | - |
| XYZ | 33.1 | 19.17 | 41.49 | - |
| YUV | 118.55 | 158.73 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 173 | 0 | 0.66 | 0.13 | 0.22 | 311.82 | 0.54 | 0.52 |
| Hex | C7 | 43 | AD | 0 | 42 | D | 16 | 138 | 36 | 34 |
| Octal | 307 | 103 | 255 | 0 | 102 | 15 | 26 | 470 | 66 | 64 |
| Binary | 11000111 | 1000011 | 10101101 | 0 | 1000010 | 1101 | 10110 | 100111000 | 110110 | 110100 |
Color Harmonies of #C743AD
Complementary color
Monochromatic Colors of #C743AD
Black with #C743AD
Text Example
Text Example
White with #C743AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C743AD; }
p { color: rgb(199,67,173); }
H1.HeaderClassName
{
color: #C743AD;
}
.AnyTagClassName
{
color: #C743AD;
}
</style>
background-color css
<style>
a { background-color: #C743AD; }
a { background-color: rgb(199,67,173); }
div.DivClassName
{
background-color: #C743AD;
}
.BgClassName
{
background-color: #C743AD;
}
</style>
border-color css
<style>
span { border-color: #C743AD; }
span { border-color: rgb(199,67,173); }
td.TdClassName
{
border-color: #C743AD;
}
.TagClassName
{
border-color: #C743AD;
}
</style>