Shades of Fuchsia #C03CAD
Tints of Fuchsia #C03CAD
RGB
CMYK
RGB Variations
Color information
#C03CAD (or 0xC03CAD) is known color: Fuchsia. HEX triplet: C0, 3C and AD. RGB value is (192,60,173). Sum of RGB (Red+Green+Blue) = 192+60+173=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03CAD is #3FC352. Grayscale: #707070. Windows color (decimal): -4178771 or 11353280. OLE color: 11353280.
HSL color Cylindrical-coordinate representation of color #C03CAD: hue angle of 308.64º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03CAD is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 173 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.25 |
| HSL | 308.64º | 0.52% | 0.49% | - |
| HSV(B) | 308.64º | 0.69% | 0.75% | - |
| XYZ | 30.9 | 17.46 | 41.28 | - |
| YUV | 112.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 173 | 0 | 0.69 | 0.10 | 0.25 | 308.64 | 0.52 | 0.49 |
| Hex | C0 | 3C | AD | 0 | 45 | A | 19 | 135 | 34 | 31 |
| Octal | 300 | 74 | 255 | 0 | 105 | 12 | 31 | 465 | 64 | 61 |
| Binary | 11000000 | 111100 | 10101101 | 0 | 1000101 | 1010 | 11001 | 100110101 | 110100 | 110001 |
Color Harmonies of #C03CAD
Complementary color
Monochromatic Colors of #C03CAD
Black with #C03CAD
Text Example
Text Example
White with #C03CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CAD; }
p { color: rgb(192,60,173); }
H1.HeaderClassName
{
color: #C03CAD;
}
.AnyTagClassName
{
color: #C03CAD;
}
</style>
background-color css
<style>
a { background-color: #C03CAD; }
a { background-color: rgb(192,60,173); }
div.DivClassName
{
background-color: #C03CAD;
}
.BgClassName
{
background-color: #C03CAD;
}
</style>
border-color css
<style>
span { border-color: #C03CAD; }
span { border-color: rgb(192,60,173); }
td.TdClassName
{
border-color: #C03CAD;
}
.TagClassName
{
border-color: #C03CAD;
}
</style>