Shades of Fuchsia #C133B5
Tints of Fuchsia #C133B5
RGB
CMYK
RGB Variations
Color information
#C133B5 (or 0xC133B5) is known color: Fuchsia. HEX triplet: C1, 33 and B5. RGB value is (193,51,181). Sum of RGB (Red+Green+Blue) = 193+51+181=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C133B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133B5 is #3ECC4A. Grayscale: #6B6B6B. Windows color (decimal): -4115531 or 11875265. OLE color: 11875265.
HSL color Cylindrical-coordinate representation of color #C133B5: hue angle of 305.07º 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 #C133B5 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 181 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.24 |
| HSL | 305.07º | 0.58% | 0.48% | - |
| HSV(B) | 305.07º | 0.74% | 0.76% | - |
| XYZ | 31.52 | 17.04 | 45.34 | - |
| YUV | 108.28 | 169.04 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 181 | 0 | 0.74 | 0.06 | 0.24 | 305.07 | 0.58 | 0.48 |
| Hex | C1 | 33 | B5 | 0 | 4A | 6 | 18 | 131 | 3A | 30 |
| Octal | 301 | 63 | 265 | 0 | 112 | 6 | 30 | 461 | 72 | 60 |
| Binary | 11000001 | 110011 | 10110101 | 0 | 1001010 | 110 | 11000 | 100110001 | 111010 | 110000 |
Color Harmonies of #C133B5
Complementary color
Monochromatic Colors of #C133B5
Black with #C133B5
Text Example
Text Example
White with #C133B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C133B5; }
p { color: rgb(193,51,181); }
H1.HeaderClassName
{
color: #C133B5;
}
.AnyTagClassName
{
color: #C133B5;
}
</style>
background-color css
<style>
a { background-color: #C133B5; }
a { background-color: rgb(193,51,181); }
div.DivClassName
{
background-color: #C133B5;
}
.BgClassName
{
background-color: #C133B5;
}
</style>
border-color css
<style>
span { border-color: #C133B5; }
span { border-color: rgb(193,51,181); }
td.TdClassName
{
border-color: #C133B5;
}
.TagClassName
{
border-color: #C133B5;
}
</style>