Shades of Fuchsia #C03BAD
Tints of Fuchsia #C03BAD
RGB
CMYK
RGB Variations
Color information
#C03BAD (or 0xC03BAD) is known color: Fuchsia. HEX triplet: C0, 3B and AD. RGB value is (192,59,173). Sum of RGB (Red+Green+Blue) = 192+59+173=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03BAD is #3FC452. Grayscale: #6F6F6F. Windows color (decimal): -4179027 or 11353024. OLE color: 11353024.
HSL color Cylindrical-coordinate representation of color #C03BAD: hue angle of 308.57º degrees, saturation: 0.53, 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 #C03BAD is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 173 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.25 |
| HSL | 308.57º | 0.53% | 0.49% | - |
| HSV(B) | 308.57º | 0.69% | 0.75% | - |
| XYZ | 30.85 | 17.35 | 41.26 | - |
| YUV | 111.76 | 162.56 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 173 | 0 | 0.69 | 0.10 | 0.25 | 308.57 | 0.53 | 0.49 |
| Hex | C0 | 3B | AD | 0 | 45 | A | 19 | 135 | 35 | 31 |
| Octal | 300 | 73 | 255 | 0 | 105 | 12 | 31 | 465 | 65 | 61 |
| Binary | 11000000 | 111011 | 10101101 | 0 | 1000101 | 1010 | 11001 | 100110101 | 110101 | 110001 |
Color Harmonies of #C03BAD
Complementary color
Monochromatic Colors of #C03BAD
Black with #C03BAD
Text Example
Text Example
White with #C03BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BAD; }
p { color: rgb(192,59,173); }
H1.HeaderClassName
{
color: #C03BAD;
}
.AnyTagClassName
{
color: #C03BAD;
}
</style>
background-color css
<style>
a { background-color: #C03BAD; }
a { background-color: rgb(192,59,173); }
div.DivClassName
{
background-color: #C03BAD;
}
.BgClassName
{
background-color: #C03BAD;
}
</style>
border-color css
<style>
span { border-color: #C03BAD; }
span { border-color: rgb(192,59,173); }
td.TdClassName
{
border-color: #C03BAD;
}
.TagClassName
{
border-color: #C03BAD;
}
</style>