Shades of Fuchsia #C133BD
Tints of Fuchsia #C133BD
RGB
CMYK
RGB Variations
Color information
#C133BD (or 0xC133BD) is known color: Fuchsia. HEX triplet: C1, 33 and BD. RGB value is (193,51,189). Sum of RGB (Red+Green+Blue) = 193+51+189=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C133BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133BD is #3ECC42. Grayscale: #6C6C6C. Windows color (decimal): -4115523 or 12399553. OLE color: 12399553.
HSL color Cylindrical-coordinate representation of color #C133BD: hue angle of 301.69º 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 #C133BD is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 189 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.24 |
| HSL | 301.69º | 0.58% | 0.48% | - |
| HSV(B) | 301.69º | 0.74% | 0.76% | - |
| XYZ | 32.36 | 17.38 | 49.79 | - |
| YUV | 109.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 189 | 0 | 0.74 | 0.02 | 0.24 | 301.69 | 0.58 | 0.48 |
| Hex | C1 | 33 | BD | 0 | 4A | 2 | 18 | 12E | 3A | 30 |
| Octal | 301 | 63 | 275 | 0 | 112 | 2 | 30 | 456 | 72 | 60 |
| Binary | 11000001 | 110011 | 10111101 | 0 | 1001010 | 10 | 11000 | 100101110 | 111010 | 110000 |
Color Harmonies of #C133BD
Complementary color
Monochromatic Colors of #C133BD
Black with #C133BD
Text Example
Text Example
White with #C133BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C133BD; }
p { color: rgb(193,51,189); }
H1.HeaderClassName
{
color: #C133BD;
}
.AnyTagClassName
{
color: #C133BD;
}
</style>
background-color css
<style>
a { background-color: #C133BD; }
a { background-color: rgb(193,51,189); }
div.DivClassName
{
background-color: #C133BD;
}
.BgClassName
{
background-color: #C133BD;
}
</style>
border-color css
<style>
span { border-color: #C133BD; }
span { border-color: rgb(193,51,189); }
td.TdClassName
{
border-color: #C133BD;
}
.TagClassName
{
border-color: #C133BD;
}
</style>