Shades of Fuchsia #C444AD
Tints of Fuchsia #C444AD
RGB
CMYK
RGB Variations
Color information
#C444AD (or 0xC444AD) is known color: Fuchsia. HEX triplet: C4, 44 and AD. RGB value is (196,68,173). Sum of RGB (Red+Green+Blue) = 196+68+173=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C444AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C444AD is #3BBB52. Grayscale: #757575. Windows color (decimal): -3914579 or 11355332. OLE color: 11355332.
HSL color Cylindrical-coordinate representation of color #C444AD: hue angle of 310.78º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C444AD is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 173 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.23 |
| HSL | 310.78º | 0.52% | 0.52% | - |
| HSV(B) | 310.78º | 0.65% | 0.77% | - |
| XYZ | 32.37 | 18.89 | 41.47 | - |
| YUV | 118.24 | 158.91 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 173 | 0 | 0.65 | 0.12 | 0.23 | 310.78 | 0.52 | 0.52 |
| Hex | C4 | 44 | AD | 0 | 41 | C | 17 | 137 | 34 | 34 |
| Octal | 304 | 104 | 255 | 0 | 101 | 14 | 27 | 467 | 64 | 64 |
| Binary | 11000100 | 1000100 | 10101101 | 0 | 1000001 | 1100 | 10111 | 100110111 | 110100 | 110100 |
Color Harmonies of #C444AD
Complementary color
Monochromatic Colors of #C444AD
Black with #C444AD
Text Example
Text Example
White with #C444AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C444AD; }
p { color: rgb(196,68,173); }
H1.HeaderClassName
{
color: #C444AD;
}
.AnyTagClassName
{
color: #C444AD;
}
</style>
background-color css
<style>
a { background-color: #C444AD; }
a { background-color: rgb(196,68,173); }
div.DivClassName
{
background-color: #C444AD;
}
.BgClassName
{
background-color: #C444AD;
}
</style>
border-color css
<style>
span { border-color: #C444AD; }
span { border-color: rgb(196,68,173); }
td.TdClassName
{
border-color: #C444AD;
}
.TagClassName
{
border-color: #C444AD;
}
</style>