Shades of Fuchsia #C133C0
Tints of Fuchsia #C133C0
RGB
CMYK
RGB Variations
Color information
#C133C0 (or 0xC133C0) is known color: Fuchsia. HEX triplet: C1, 33 and C0. RGB value is (193,51,192). Sum of RGB (Red+Green+Blue) = 193+51+192=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C133C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133C0 is #3ECC3F. Grayscale: #6D6D6D. Windows color (decimal): -4115520 or 12596161. OLE color: 12596161.
HSL color Cylindrical-coordinate representation of color #C133C0: hue angle of 300.42º 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 #C133C0 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 192 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.24 |
| HSL | 300.42º | 0.58% | 0.48% | - |
| HSV(B) | 300.42º | 0.74% | 0.76% | - |
| XYZ | 32.69 | 17.51 | 51.53 | - |
| YUV | 109.53 | 174.54 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 192 | 0 | 0.74 | 0.01 | 0.24 | 300.42 | 0.58 | 0.48 |
| Hex | C1 | 33 | C0 | 0 | 4A | 1 | 18 | 12C | 3A | 30 |
| Octal | 301 | 63 | 300 | 0 | 112 | 1 | 30 | 454 | 72 | 60 |
| Binary | 11000001 | 110011 | 11000000 | 0 | 1001010 | 1 | 11000 | 100101100 | 111010 | 110000 |
Color Harmonies of #C133C0
Complementary color
Monochromatic Colors of #C133C0
Black with #C133C0
Text Example
Text Example
White with #C133C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C133C0; }
p { color: rgb(193,51,192); }
H1.HeaderClassName
{
color: #C133C0;
}
.AnyTagClassName
{
color: #C133C0;
}
</style>
background-color css
<style>
a { background-color: #C133C0; }
a { background-color: rgb(193,51,192); }
div.DivClassName
{
background-color: #C133C0;
}
.BgClassName
{
background-color: #C133C0;
}
</style>
border-color css
<style>
span { border-color: #C133C0; }
span { border-color: rgb(193,51,192); }
td.TdClassName
{
border-color: #C133C0;
}
.TagClassName
{
border-color: #C133C0;
}
</style>