Shades of Fuchsia #C153C5
Tints of Fuchsia #C153C5
RGB
CMYK
RGB Variations
Color information
#C153C5 (or 0xC153C5) is known color: Fuchsia. HEX triplet: C1, 53 and C5. RGB value is (193,83,197). Sum of RGB (Red+Green+Blue) = 193+83+197=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 197 - color contains mainly: blue. Hex color #C153C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153C5 is #3EAC3A. Grayscale: #808080. Windows color (decimal): -4107323 or 12932033. OLE color: 12932033.
HSL color Cylindrical-coordinate representation of color #C153C5: hue angle of 297.89º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C153C5 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 83 | 197 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.23 |
| HSL | 297.89º | 0.5% | 0.55% | - |
| HSV(B) | 297.89º | 0.58% | 0.77% | - |
| XYZ | 35.16 | 21.56 | 55.13 | - |
| YUV | 128.89 | 166.44 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 197 | 0.02 | 0.58 | 0 | 0.23 | 297.89 | 0.5 | 0.55 |
| Hex | C1 | 53 | C5 | 2 | 3A | 0 | 17 | 12A | 32 | 37 |
| Octal | 301 | 123 | 305 | 2 | 72 | 0 | 27 | 452 | 62 | 67 |
| Binary | 11000001 | 1010011 | 11000101 | 10 | 111010 | 0 | 10111 | 100101010 | 110010 | 110111 |
Color Harmonies of #C153C5
Complementary color
Monochromatic Colors of #C153C5
Black with #C153C5
Text Example
Text Example
White with #C153C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153C5; }
p { color: rgb(193,83,197); }
H1.HeaderClassName
{
color: #C153C5;
}
.AnyTagClassName
{
color: #C153C5;
}
</style>
background-color css
<style>
a { background-color: #C153C5; }
a { background-color: rgb(193,83,197); }
div.DivClassName
{
background-color: #C153C5;
}
.BgClassName
{
background-color: #C153C5;
}
</style>
border-color css
<style>
span { border-color: #C153C5; }
span { border-color: rgb(193,83,197); }
td.TdClassName
{
border-color: #C153C5;
}
.TagClassName
{
border-color: #C153C5;
}
</style>