Shades of Fuchsia #C442A8
Tints of Fuchsia #C442A8
RGB
CMYK
RGB Variations
Color information
#C442A8 (or 0xC442A8) is known color: Fuchsia. HEX triplet: C4, 42 and A8. RGB value is (196,66,168). Sum of RGB (Red+Green+Blue) = 196+66+168=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C442A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C442A8 is #3BBD57. Grayscale: #747474. Windows color (decimal): -3915096 or 11027140. OLE color: 11027140.
HSL color Cylindrical-coordinate representation of color #C442A8: hue angle of 312.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C442A8 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 168 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.23 |
| HSL | 312.92º | 0.52% | 0.51% | - |
| HSV(B) | 312.92º | 0.66% | 0.77% | - |
| XYZ | 31.78 | 18.46 | 38.93 | - |
| YUV | 116.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 168 | 0 | 0.66 | 0.14 | 0.23 | 312.92 | 0.52 | 0.51 |
| Hex | C4 | 42 | A8 | 0 | 42 | E | 17 | 139 | 34 | 33 |
| Octal | 304 | 102 | 250 | 0 | 102 | 16 | 27 | 471 | 64 | 63 |
| Binary | 11000100 | 1000010 | 10101000 | 0 | 1000010 | 1110 | 10111 | 100111001 | 110100 | 110011 |
Color Harmonies of #C442A8
Complementary color
Monochromatic Colors of #C442A8
Black with #C442A8
Text Example
Text Example
White with #C442A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C442A8; }
p { color: rgb(196,66,168); }
H1.HeaderClassName
{
color: #C442A8;
}
.AnyTagClassName
{
color: #C442A8;
}
</style>
background-color css
<style>
a { background-color: #C442A8; }
a { background-color: rgb(196,66,168); }
div.DivClassName
{
background-color: #C442A8;
}
.BgClassName
{
background-color: #C442A8;
}
</style>
border-color css
<style>
span { border-color: #C442A8; }
span { border-color: rgb(196,66,168); }
td.TdClassName
{
border-color: #C442A8;
}
.TagClassName
{
border-color: #C442A8;
}
</style>