Shades of Fuchsia #C133B8
Tints of Fuchsia #C133B8
RGB
CMYK
RGB Variations
Color information
#C133B8 (or 0xC133B8) is known color: Fuchsia. HEX triplet: C1, 33 and B8. RGB value is (193,51,184). Sum of RGB (Red+Green+Blue) = 193+51+184=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C133B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133B8 is #3ECC47. Grayscale: #6C6C6C. Windows color (decimal): -4115528 or 12071873. OLE color: 12071873.
HSL color Cylindrical-coordinate representation of color #C133B8: hue angle of 303.8º 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 #C133B8 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 184 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.24 |
| HSL | 303.8º | 0.58% | 0.48% | - |
| HSV(B) | 303.8º | 0.74% | 0.76% | - |
| XYZ | 31.83 | 17.17 | 46.98 | - |
| YUV | 108.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 184 | 0 | 0.74 | 0.05 | 0.24 | 303.8 | 0.58 | 0.48 |
| Hex | C1 | 33 | B8 | 0 | 4A | 5 | 18 | 130 | 3A | 30 |
| Octal | 301 | 63 | 270 | 0 | 112 | 5 | 30 | 460 | 72 | 60 |
| Binary | 11000001 | 110011 | 10111000 | 0 | 1001010 | 101 | 11000 | 100110000 | 111010 | 110000 |
Color Harmonies of #C133B8
Complementary color
Monochromatic Colors of #C133B8
Black with #C133B8
Text Example
Text Example
White with #C133B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C133B8; }
p { color: rgb(193,51,184); }
H1.HeaderClassName
{
color: #C133B8;
}
.AnyTagClassName
{
color: #C133B8;
}
</style>
background-color css
<style>
a { background-color: #C133B8; }
a { background-color: rgb(193,51,184); }
div.DivClassName
{
background-color: #C133B8;
}
.BgClassName
{
background-color: #C133B8;
}
</style>
border-color css
<style>
span { border-color: #C133B8; }
span { border-color: rgb(193,51,184); }
td.TdClassName
{
border-color: #C133B8;
}
.TagClassName
{
border-color: #C133B8;
}
</style>