Shades of Fuchsia #C03DA9
Tints of Fuchsia #C03DA9
RGB
CMYK
RGB Variations
Color information
#C03DA9 (or 0xC03DA9) is known color: Fuchsia. HEX triplet: C0, 3D and A9. RGB value is (192,61,169). Sum of RGB (Red+Green+Blue) = 192+61+169=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03DA9 is #3FC256. Grayscale: #707070. Windows color (decimal): -4178519 or 11091392. OLE color: 11091392.
HSL color Cylindrical-coordinate representation of color #C03DA9: hue angle of 310.53º 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 #C03DA9 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 169 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.25 |
| HSL | 310.53º | 0.52% | 0.5% | - |
| HSV(B) | 310.53º | 0.68% | 0.75% | - |
| XYZ | 30.57 | 17.41 | 39.29 | - |
| YUV | 112.48 | 159.9 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 169 | 0 | 0.68 | 0.12 | 0.25 | 310.53 | 0.52 | 0.5 |
| Hex | C0 | 3D | A9 | 0 | 44 | C | 19 | 137 | 34 | 32 |
| Octal | 300 | 75 | 251 | 0 | 104 | 14 | 31 | 467 | 64 | 62 |
| Binary | 11000000 | 111101 | 10101001 | 0 | 1000100 | 1100 | 11001 | 100110111 | 110100 | 110010 |
Color Harmonies of #C03DA9
Complementary color
Monochromatic Colors of #C03DA9
Black with #C03DA9
Text Example
Text Example
White with #C03DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DA9; }
p { color: rgb(192,61,169); }
H1.HeaderClassName
{
color: #C03DA9;
}
.AnyTagClassName
{
color: #C03DA9;
}
</style>
background-color css
<style>
a { background-color: #C03DA9; }
a { background-color: rgb(192,61,169); }
div.DivClassName
{
background-color: #C03DA9;
}
.BgClassName
{
background-color: #C03DA9;
}
</style>
border-color css
<style>
span { border-color: #C03DA9; }
span { border-color: rgb(192,61,169); }
td.TdClassName
{
border-color: #C03DA9;
}
.TagClassName
{
border-color: #C03DA9;
}
</style>