Shades of Fuchsia #C03BAF
Tints of Fuchsia #C03BAF
RGB
CMYK
RGB Variations
Color information
#C03BAF (or 0xC03BAF) is known color: Fuchsia. HEX triplet: C0, 3B and AF. RGB value is (192,59,175). Sum of RGB (Red+Green+Blue) = 192+59+175=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03BAF is #3FC450. Grayscale: #6F6F6F. Windows color (decimal): -4179025 or 11484096. OLE color: 11484096.
HSL color Cylindrical-coordinate representation of color #C03BAF: hue angle of 307.67º 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 #C03BAF is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 175 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.25 |
| HSL | 307.67º | 0.53% | 0.49% | - |
| HSV(B) | 307.67º | 0.69% | 0.75% | - |
| XYZ | 31.04 | 17.43 | 42.29 | - |
| YUV | 111.99 | 163.56 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 175 | 0 | 0.69 | 0.09 | 0.25 | 307.67 | 0.53 | 0.49 |
| Hex | C0 | 3B | AF | 0 | 45 | 9 | 19 | 134 | 35 | 31 |
| Octal | 300 | 73 | 257 | 0 | 105 | 11 | 31 | 464 | 65 | 61 |
| Binary | 11000000 | 111011 | 10101111 | 0 | 1000101 | 1001 | 11001 | 100110100 | 110101 | 110001 |
Color Harmonies of #C03BAF
Complementary color
Monochromatic Colors of #C03BAF
Black with #C03BAF
Text Example
Text Example
White with #C03BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BAF; }
p { color: rgb(192,59,175); }
H1.HeaderClassName
{
color: #C03BAF;
}
.AnyTagClassName
{
color: #C03BAF;
}
</style>
background-color css
<style>
a { background-color: #C03BAF; }
a { background-color: rgb(192,59,175); }
div.DivClassName
{
background-color: #C03BAF;
}
.BgClassName
{
background-color: #C03BAF;
}
</style>
border-color css
<style>
span { border-color: #C03BAF; }
span { border-color: rgb(192,59,175); }
td.TdClassName
{
border-color: #C03BAF;
}
.TagClassName
{
border-color: #C03BAF;
}
</style>