Shades of Fuchsia #C03BB8
Tints of Fuchsia #C03BB8
RGB
CMYK
RGB Variations
Color information
#C03BB8 (or 0xC03BB8) is known color: Fuchsia. HEX triplet: C0, 3B and B8. RGB value is (192,59,184). Sum of RGB (Red+Green+Blue) = 192+59+184=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BB8 is #3FC447. Grayscale: #707070. Windows color (decimal): -4179016 or 12073920. OLE color: 12073920.
HSL color Cylindrical-coordinate representation of color #C03BB8: hue angle of 303.61º 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 #C03BB8 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 184 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.25 |
| HSL | 303.61º | 0.53% | 0.49% | - |
| HSV(B) | 303.61º | 0.69% | 0.75% | - |
| XYZ | 31.95 | 17.8 | 47.1 | - |
| YUV | 113.02 | 168.06 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 184 | 0 | 0.69 | 0.04 | 0.25 | 303.61 | 0.53 | 0.49 |
| Hex | C0 | 3B | B8 | 0 | 45 | 4 | 19 | 130 | 35 | 31 |
| Octal | 300 | 73 | 270 | 0 | 105 | 4 | 31 | 460 | 65 | 61 |
| Binary | 11000000 | 111011 | 10111000 | 0 | 1000101 | 100 | 11001 | 100110000 | 110101 | 110001 |
Color Harmonies of #C03BB8
Complementary color
Monochromatic Colors of #C03BB8
Black with #C03BB8
Text Example
Text Example
White with #C03BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BB8; }
p { color: rgb(192,59,184); }
H1.HeaderClassName
{
color: #C03BB8;
}
.AnyTagClassName
{
color: #C03BB8;
}
</style>
background-color css
<style>
a { background-color: #C03BB8; }
a { background-color: rgb(192,59,184); }
div.DivClassName
{
background-color: #C03BB8;
}
.BgClassName
{
background-color: #C03BB8;
}
</style>
border-color css
<style>
span { border-color: #C03BB8; }
span { border-color: rgb(192,59,184); }
td.TdClassName
{
border-color: #C03BB8;
}
.TagClassName
{
border-color: #C03BB8;
}
</style>