Shades of Fuchsia #C03BAE
Tints of Fuchsia #C03BAE
RGB
CMYK
RGB Variations
Color information
#C03BAE (or 0xC03BAE) is known color: Fuchsia. HEX triplet: C0, 3B and AE. RGB value is (192,59,174). Sum of RGB (Red+Green+Blue) = 192+59+174=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03BAE is #3FC451. Grayscale: #6F6F6F. Windows color (decimal): -4179026 or 11418560. OLE color: 11418560.
HSL color Cylindrical-coordinate representation of color #C03BAE: hue angle of 308.12º 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 #C03BAE is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 174 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.25 |
| HSL | 308.12º | 0.53% | 0.49% | - |
| HSV(B) | 308.12º | 0.69% | 0.75% | - |
| XYZ | 30.94 | 17.39 | 41.77 | - |
| YUV | 111.88 | 163.06 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 174 | 0 | 0.69 | 0.09 | 0.25 | 308.12 | 0.53 | 0.49 |
| Hex | C0 | 3B | AE | 0 | 45 | 9 | 19 | 134 | 35 | 31 |
| Octal | 300 | 73 | 256 | 0 | 105 | 11 | 31 | 464 | 65 | 61 |
| Binary | 11000000 | 111011 | 10101110 | 0 | 1000101 | 1001 | 11001 | 100110100 | 110101 | 110001 |
Color Harmonies of #C03BAE
Complementary color
Monochromatic Colors of #C03BAE
Black with #C03BAE
Text Example
Text Example
White with #C03BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BAE; }
p { color: rgb(192,59,174); }
H1.HeaderClassName
{
color: #C03BAE;
}
.AnyTagClassName
{
color: #C03BAE;
}
</style>
background-color css
<style>
a { background-color: #C03BAE; }
a { background-color: rgb(192,59,174); }
div.DivClassName
{
background-color: #C03BAE;
}
.BgClassName
{
background-color: #C03BAE;
}
</style>
border-color css
<style>
span { border-color: #C03BAE; }
span { border-color: rgb(192,59,174); }
td.TdClassName
{
border-color: #C03BAE;
}
.TagClassName
{
border-color: #C03BAE;
}
</style>