Shades of Fuchsia #C133BA
Tints of Fuchsia #C133BA
RGB
CMYK
RGB Variations
Color information
#C133BA (or 0xC133BA) is known color: Fuchsia. HEX triplet: C1, 33 and BA. RGB value is (193,51,186). Sum of RGB (Red+Green+Blue) = 193+51+186=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C133BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133BA is #3ECC45. Grayscale: #6C6C6C. Windows color (decimal): -4115526 or 12202945. OLE color: 12202945.
HSL color Cylindrical-coordinate representation of color #C133BA: hue angle of 302.96º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C133BA is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 186 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.24 |
| HSL | 302.96º | 0.58% | 0.48% | - |
| HSV(B) | 302.96º | 0.74% | 0.76% | - |
| XYZ | 32.04 | 17.25 | 48.1 | - |
| YUV | 108.85 | 171.54 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 186 | 0 | 0.74 | 0.04 | 0.24 | 302.96 | 0.58 | 0.48 |
| Hex | C1 | 33 | BA | 0 | 4A | 4 | 18 | 12F | 3A | 30 |
| Octal | 301 | 63 | 272 | 0 | 112 | 4 | 30 | 457 | 72 | 60 |
| Binary | 11000001 | 110011 | 10111010 | 0 | 1001010 | 100 | 11000 | 100101111 | 111010 | 110000 |
Color Harmonies of #C133BA
Complementary color
Monochromatic Colors of #C133BA
Black with #C133BA
Text Example
Text Example
White with #C133BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C133BA; }
p { color: rgb(193,51,186); }
H1.HeaderClassName
{
color: #C133BA;
}
.AnyTagClassName
{
color: #C133BA;
}
</style>
background-color css
<style>
a { background-color: #C133BA; }
a { background-color: rgb(193,51,186); }
div.DivClassName
{
background-color: #C133BA;
}
.BgClassName
{
background-color: #C133BA;
}
</style>
border-color css
<style>
span { border-color: #C133BA; }
span { border-color: rgb(193,51,186); }
td.TdClassName
{
border-color: #C133BA;
}
.TagClassName
{
border-color: #C133BA;
}
</style>