Shades of Fuchsia #C02CAD
Tints of Fuchsia #C02CAD
RGB
CMYK
RGB Variations
Color information
#C02CAD (or 0xC02CAD) is known color: Fuchsia. HEX triplet: C0, 2C and AD. RGB value is (192,44,173). Sum of RGB (Red+Green+Blue) = 192+44+173=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C02CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02CAD is #3FD352. Grayscale: #666666. Windows color (decimal): -4182867 or 11349184. OLE color: 11349184.
HSL color Cylindrical-coordinate representation of color #C02CAD: hue angle of 307.7º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02CAD is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 173 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.25 |
| HSL | 307.7º | 0.63% | 0.46% | - |
| HSV(B) | 307.7º | 0.77% | 0.75% | - |
| XYZ | 30.18 | 16.02 | 41.04 | - |
| YUV | 102.96 | 167.53 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 173 | 0 | 0.77 | 0.10 | 0.25 | 307.7 | 0.63 | 0.46 |
| Hex | C0 | 2C | AD | 0 | 4D | A | 19 | 134 | 3F | 2E |
| Octal | 300 | 54 | 255 | 0 | 115 | 12 | 31 | 464 | 77 | 56 |
| Binary | 11000000 | 101100 | 10101101 | 0 | 1001101 | 1010 | 11001 | 100110100 | 111111 | 101110 |
Color Harmonies of #C02CAD
Complementary color
Monochromatic Colors of #C02CAD
Black with #C02CAD
Text Example
Text Example
White with #C02CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CAD; }
p { color: rgb(192,44,173); }
H1.HeaderClassName
{
color: #C02CAD;
}
.AnyTagClassName
{
color: #C02CAD;
}
</style>
background-color css
<style>
a { background-color: #C02CAD; }
a { background-color: rgb(192,44,173); }
div.DivClassName
{
background-color: #C02CAD;
}
.BgClassName
{
background-color: #C02CAD;
}
</style>
border-color css
<style>
span { border-color: #C02CAD; }
span { border-color: rgb(192,44,173); }
td.TdClassName
{
border-color: #C02CAD;
}
.TagClassName
{
border-color: #C02CAD;
}
</style>