Shades of Fuchsia #C03CB7
Tints of Fuchsia #C03CB7
RGB
CMYK
RGB Variations
Color information
#C03CB7 (or 0xC03CB7) is known color: Fuchsia. HEX triplet: C0, 3C and B7. RGB value is (192,60,183). Sum of RGB (Red+Green+Blue) = 192+60+183=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CB7 is #3FC348. Grayscale: #717171. Windows color (decimal): -4178761 or 12008640. OLE color: 12008640.
HSL color Cylindrical-coordinate representation of color #C03CB7: hue angle of 304.09º 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 #C03CB7 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 183 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.25 |
| HSL | 304.09º | 0.52% | 0.49% | - |
| HSV(B) | 304.09º | 0.69% | 0.75% | - |
| XYZ | 31.9 | 17.86 | 46.57 | - |
| YUV | 113.49 | 167.23 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 183 | 0 | 0.69 | 0.05 | 0.25 | 304.09 | 0.52 | 0.49 |
| Hex | C0 | 3C | B7 | 0 | 45 | 5 | 19 | 130 | 34 | 31 |
| Octal | 300 | 74 | 267 | 0 | 105 | 5 | 31 | 460 | 64 | 61 |
| Binary | 11000000 | 111100 | 10110111 | 0 | 1000101 | 101 | 11001 | 100110000 | 110100 | 110001 |
Color Harmonies of #C03CB7
Complementary color
Monochromatic Colors of #C03CB7
Black with #C03CB7
Text Example
Text Example
White with #C03CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CB7; }
p { color: rgb(192,60,183); }
H1.HeaderClassName
{
color: #C03CB7;
}
.AnyTagClassName
{
color: #C03CB7;
}
</style>
background-color css
<style>
a { background-color: #C03CB7; }
a { background-color: rgb(192,60,183); }
div.DivClassName
{
background-color: #C03CB7;
}
.BgClassName
{
background-color: #C03CB7;
}
</style>
border-color css
<style>
span { border-color: #C03CB7; }
span { border-color: rgb(192,60,183); }
td.TdClassName
{
border-color: #C03CB7;
}
.TagClassName
{
border-color: #C03CB7;
}
</style>