Shades of Fuchsia #C13BBC
Tints of Fuchsia #C13BBC
RGB
CMYK
RGB Variations
Color information
#C13BBC (or 0xC13BBC) is known color: Fuchsia. HEX triplet: C1, 3B and BC. RGB value is (193,59,188). Sum of RGB (Red+Green+Blue) = 193+59+188=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C13BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BBC is #3EC443. Grayscale: #717171. Windows color (decimal): -4113476 or 12336065. OLE color: 12336065.
HSL color Cylindrical-coordinate representation of color #C13BBC: hue angle of 302.24º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13BBC is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 188 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.24 |
| HSL | 302.24º | 0.53% | 0.49% | - |
| HSV(B) | 302.24º | 0.69% | 0.76% | - |
| XYZ | 32.63 | 18.1 | 49.35 | - |
| YUV | 113.77 | 169.89 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 188 | 0 | 0.69 | 0.03 | 0.24 | 302.24 | 0.53 | 0.49 |
| Hex | C1 | 3B | BC | 0 | 45 | 3 | 18 | 12E | 35 | 31 |
| Octal | 301 | 73 | 274 | 0 | 105 | 3 | 30 | 456 | 65 | 61 |
| Binary | 11000001 | 111011 | 10111100 | 0 | 1000101 | 11 | 11000 | 100101110 | 110101 | 110001 |
Color Harmonies of #C13BBC
Complementary color
Monochromatic Colors of #C13BBC
Black with #C13BBC
Text Example
Text Example
White with #C13BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BBC; }
p { color: rgb(193,59,188); }
H1.HeaderClassName
{
color: #C13BBC;
}
.AnyTagClassName
{
color: #C13BBC;
}
</style>
background-color css
<style>
a { background-color: #C13BBC; }
a { background-color: rgb(193,59,188); }
div.DivClassName
{
background-color: #C13BBC;
}
.BgClassName
{
background-color: #C13BBC;
}
</style>
border-color css
<style>
span { border-color: #C13BBC; }
span { border-color: rgb(193,59,188); }
td.TdClassName
{
border-color: #C13BBC;
}
.TagClassName
{
border-color: #C13BBC;
}
</style>