Shades of Fuchsia #C03BB0
Tints of Fuchsia #C03BB0
RGB
CMYK
RGB Variations
Color information
#C03BB0 (or 0xC03BB0) is known color: Fuchsia. HEX triplet: C0, 3B and B0. RGB value is (192,59,176). Sum of RGB (Red+Green+Blue) = 192+59+176=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03BB0 is #3FC44F. Grayscale: #6F6F6F. Windows color (decimal): -4179024 or 11549632. OLE color: 11549632.
HSL color Cylindrical-coordinate representation of color #C03BB0: hue angle of 307.22º 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 #C03BB0 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 176 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.25 |
| HSL | 307.22º | 0.53% | 0.49% | - |
| HSV(B) | 307.22º | 0.69% | 0.75% | - |
| XYZ | 31.14 | 17.47 | 42.8 | - |
| YUV | 112.11 | 164.06 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 176 | 0 | 0.69 | 0.08 | 0.25 | 307.22 | 0.53 | 0.49 |
| Hex | C0 | 3B | B0 | 0 | 45 | 8 | 19 | 133 | 35 | 31 |
| Octal | 300 | 73 | 260 | 0 | 105 | 10 | 31 | 463 | 65 | 61 |
| Binary | 11000000 | 111011 | 10110000 | 0 | 1000101 | 1000 | 11001 | 100110011 | 110101 | 110001 |
Color Harmonies of #C03BB0
Complementary color
Monochromatic Colors of #C03BB0
Black with #C03BB0
Text Example
Text Example
White with #C03BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BB0; }
p { color: rgb(192,59,176); }
H1.HeaderClassName
{
color: #C03BB0;
}
.AnyTagClassName
{
color: #C03BB0;
}
</style>
background-color css
<style>
a { background-color: #C03BB0; }
a { background-color: rgb(192,59,176); }
div.DivClassName
{
background-color: #C03BB0;
}
.BgClassName
{
background-color: #C03BB0;
}
</style>
border-color css
<style>
span { border-color: #C03BB0; }
span { border-color: rgb(192,59,176); }
td.TdClassName
{
border-color: #C03BB0;
}
.TagClassName
{
border-color: #C03BB0;
}
</style>