Shades of Fuchsia #C153BA
Tints of Fuchsia #C153BA
RGB
CMYK
RGB Variations
Color information
#C153BA (or 0xC153BA) is known color: Fuchsia. HEX triplet: C1, 53 and BA. RGB value is (193,83,186). Sum of RGB (Red+Green+Blue) = 193+83+186=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C153BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153BA is #3EAC45. Grayscale: #7F7F7F. Windows color (decimal): -4107334 or 12211137. OLE color: 12211137.
HSL color Cylindrical-coordinate representation of color #C153BA: hue angle of 303.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C153BA is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 186 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.24 |
| HSL | 303.82º | 0.47% | 0.54% | - |
| HSV(B) | 303.82º | 0.57% | 0.76% | - |
| XYZ | 33.95 | 21.07 | 48.73 | - |
| YUV | 127.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 186 | 0 | 0.57 | 0.04 | 0.24 | 303.82 | 0.47 | 0.54 |
| Hex | C1 | 53 | BA | 0 | 39 | 4 | 18 | 130 | 2F | 36 |
| Octal | 301 | 123 | 272 | 0 | 71 | 4 | 30 | 460 | 57 | 66 |
| Binary | 11000001 | 1010011 | 10111010 | 0 | 111001 | 100 | 11000 | 100110000 | 101111 | 110110 |
Color Harmonies of #C153BA
Complementary color
Monochromatic Colors of #C153BA
Black with #C153BA
Text Example
Text Example
White with #C153BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153BA; }
p { color: rgb(193,83,186); }
H1.HeaderClassName
{
color: #C153BA;
}
.AnyTagClassName
{
color: #C153BA;
}
</style>
background-color css
<style>
a { background-color: #C153BA; }
a { background-color: rgb(193,83,186); }
div.DivClassName
{
background-color: #C153BA;
}
.BgClassName
{
background-color: #C153BA;
}
</style>
border-color css
<style>
span { border-color: #C153BA; }
span { border-color: rgb(193,83,186); }
td.TdClassName
{
border-color: #C153BA;
}
.TagClassName
{
border-color: #C153BA;
}
</style>