Shades of Fuchsia #C03CB1
Tints of Fuchsia #C03CB1
RGB
CMYK
RGB Variations
Color information
#C03CB1 (or 0xC03CB1) is known color: Fuchsia. HEX triplet: C0, 3C and B1. RGB value is (192,60,177). Sum of RGB (Red+Green+Blue) = 192+60+177=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03CB1 is #3FC34E. Grayscale: #707070. Windows color (decimal): -4178767 or 11615424. OLE color: 11615424.
HSL color Cylindrical-coordinate representation of color #C03CB1: hue angle of 306.82º 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 #C03CB1 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 177 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.25 |
| HSL | 306.82º | 0.52% | 0.49% | - |
| HSV(B) | 306.82º | 0.69% | 0.75% | - |
| XYZ | 31.29 | 17.61 | 43.35 | - |
| YUV | 112.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 177 | 0 | 0.69 | 0.08 | 0.25 | 306.82 | 0.52 | 0.49 |
| Hex | C0 | 3C | B1 | 0 | 45 | 8 | 19 | 133 | 34 | 31 |
| Octal | 300 | 74 | 261 | 0 | 105 | 10 | 31 | 463 | 64 | 61 |
| Binary | 11000000 | 111100 | 10110001 | 0 | 1000101 | 1000 | 11001 | 100110011 | 110100 | 110001 |
Color Harmonies of #C03CB1
Complementary color
Monochromatic Colors of #C03CB1
Black with #C03CB1
Text Example
Text Example
White with #C03CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CB1; }
p { color: rgb(192,60,177); }
H1.HeaderClassName
{
color: #C03CB1;
}
.AnyTagClassName
{
color: #C03CB1;
}
</style>
background-color css
<style>
a { background-color: #C03CB1; }
a { background-color: rgb(192,60,177); }
div.DivClassName
{
background-color: #C03CB1;
}
.BgClassName
{
background-color: #C03CB1;
}
</style>
border-color css
<style>
span { border-color: #C03CB1; }
span { border-color: rgb(192,60,177); }
td.TdClassName
{
border-color: #C03CB1;
}
.TagClassName
{
border-color: #C03CB1;
}
</style>