Shades of Fuchsia #C153B6
Tints of Fuchsia #C153B6
RGB
CMYK
RGB Variations
Color information
#C153B6 (or 0xC153B6) is known color: Fuchsia. HEX triplet: C1, 53 and B6. RGB value is (193,83,182). Sum of RGB (Red+Green+Blue) = 193+83+182=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C153B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153B6 is #3EAC49. Grayscale: #7E7E7E. Windows color (decimal): -4107338 or 11948993. OLE color: 11948993.
HSL color Cylindrical-coordinate representation of color #C153B6: hue angle of 306º 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 #C153B6 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 182 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.24 |
| HSL | 306º | 0.47% | 0.54% | - |
| HSV(B) | 306º | 0.57% | 0.76% | - |
| XYZ | 33.53 | 20.9 | 46.52 | - |
| YUV | 127.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 182 | 0 | 0.57 | 0.06 | 0.24 | 306 | 0.47 | 0.54 |
| Hex | C1 | 53 | B6 | 0 | 39 | 6 | 18 | 132 | 2F | 36 |
| Octal | 301 | 123 | 266 | 0 | 71 | 6 | 30 | 462 | 57 | 66 |
| Binary | 11000001 | 1010011 | 10110110 | 0 | 111001 | 110 | 11000 | 100110010 | 101111 | 110110 |
Color Harmonies of #C153B6
Complementary color
Monochromatic Colors of #C153B6
Black with #C153B6
Text Example
Text Example
White with #C153B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153B6; }
p { color: rgb(193,83,182); }
H1.HeaderClassName
{
color: #C153B6;
}
.AnyTagClassName
{
color: #C153B6;
}
</style>
background-color css
<style>
a { background-color: #C153B6; }
a { background-color: rgb(193,83,182); }
div.DivClassName
{
background-color: #C153B6;
}
.BgClassName
{
background-color: #C153B6;
}
</style>
border-color css
<style>
span { border-color: #C153B6; }
span { border-color: rgb(193,83,182); }
td.TdClassName
{
border-color: #C153B6;
}
.TagClassName
{
border-color: #C153B6;
}
</style>