Shades of Fuchsia #C03DAA
Tints of Fuchsia #C03DAA
RGB
CMYK
RGB Variations
Color information
#C03DAA (or 0xC03DAA) is known color: Fuchsia. HEX triplet: C0, 3D and AA. RGB value is (192,61,170). Sum of RGB (Red+Green+Blue) = 192+61+170=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03DAA is #3FC255. Grayscale: #707070. Windows color (decimal): -4178518 or 11156928. OLE color: 11156928.
HSL color Cylindrical-coordinate representation of color #C03DAA: hue angle of 310.08º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03DAA is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 170 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.25 |
| HSL | 310.08º | 0.52% | 0.5% | - |
| HSV(B) | 310.08º | 0.68% | 0.75% | - |
| XYZ | 30.66 | 17.45 | 39.78 | - |
| YUV | 112.6 | 160.4 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 170 | 0 | 0.68 | 0.11 | 0.25 | 310.08 | 0.52 | 0.5 |
| Hex | C0 | 3D | AA | 0 | 44 | B | 19 | 136 | 34 | 32 |
| Octal | 300 | 75 | 252 | 0 | 104 | 13 | 31 | 466 | 64 | 62 |
| Binary | 11000000 | 111101 | 10101010 | 0 | 1000100 | 1011 | 11001 | 100110110 | 110100 | 110010 |
Color Harmonies of #C03DAA
Complementary color
Monochromatic Colors of #C03DAA
Black with #C03DAA
Text Example
Text Example
White with #C03DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DAA; }
p { color: rgb(192,61,170); }
H1.HeaderClassName
{
color: #C03DAA;
}
.AnyTagClassName
{
color: #C03DAA;
}
</style>
background-color css
<style>
a { background-color: #C03DAA; }
a { background-color: rgb(192,61,170); }
div.DivClassName
{
background-color: #C03DAA;
}
.BgClassName
{
background-color: #C03DAA;
}
</style>
border-color css
<style>
span { border-color: #C03DAA; }
span { border-color: rgb(192,61,170); }
td.TdClassName
{
border-color: #C03DAA;
}
.TagClassName
{
border-color: #C03DAA;
}
</style>