Shades of Fuchsia #C133BC
Tints of Fuchsia #C133BC
RGB
CMYK
RGB Variations
Color information
#C133BC (or 0xC133BC) is known color: Fuchsia. HEX triplet: C1, 33 and BC. RGB value is (193,51,188). Sum of RGB (Red+Green+Blue) = 193+51+188=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C133BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133BC is #3ECC43. Grayscale: #6C6C6C. Windows color (decimal): -4115524 or 12334017. OLE color: 12334017.
HSL color Cylindrical-coordinate representation of color #C133BC: hue angle of 302.11º 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 #C133BC is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 188 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.24 |
| HSL | 302.11º | 0.58% | 0.48% | - |
| HSV(B) | 302.11º | 0.74% | 0.76% | - |
| XYZ | 32.25 | 17.34 | 49.22 | - |
| YUV | 109.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 188 | 0 | 0.74 | 0.03 | 0.24 | 302.11 | 0.58 | 0.48 |
| Hex | C1 | 33 | BC | 0 | 4A | 3 | 18 | 12E | 3A | 30 |
| Octal | 301 | 63 | 274 | 0 | 112 | 3 | 30 | 456 | 72 | 60 |
| Binary | 11000001 | 110011 | 10111100 | 0 | 1001010 | 11 | 11000 | 100101110 | 111010 | 110000 |
Color Harmonies of #C133BC
Complementary color
Monochromatic Colors of #C133BC
Black with #C133BC
Text Example
Text Example
White with #C133BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C133BC; }
p { color: rgb(193,51,188); }
H1.HeaderClassName
{
color: #C133BC;
}
.AnyTagClassName
{
color: #C133BC;
}
</style>
background-color css
<style>
a { background-color: #C133BC; }
a { background-color: rgb(193,51,188); }
div.DivClassName
{
background-color: #C133BC;
}
.BgClassName
{
background-color: #C133BC;
}
</style>
border-color css
<style>
span { border-color: #C133BC; }
span { border-color: rgb(193,51,188); }
td.TdClassName
{
border-color: #C133BC;
}
.TagClassName
{
border-color: #C133BC;
}
</style>