Shades of Fuchsia #C153C4
Tints of Fuchsia #C153C4
RGB
CMYK
RGB Variations
Color information
#C153C4 (or 0xC153C4) is known color: Fuchsia. HEX triplet: C1, 53 and C4. RGB value is (193,83,196). Sum of RGB (Red+Green+Blue) = 193+83+196=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #C153C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153C4 is #3EAC3B. Grayscale: #808080. Windows color (decimal): -4107324 or 12866497. OLE color: 12866497.
HSL color Cylindrical-coordinate representation of color #C153C4: hue angle of 298.41º degrees, saturation: 0.49, 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 #C153C4 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 83 | 196 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.23 |
| HSL | 298.41º | 0.49% | 0.55% | - |
| HSV(B) | 298.41º | 0.58% | 0.77% | - |
| XYZ | 35.05 | 21.51 | 54.53 | - |
| YUV | 128.77 | 165.94 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 196 | 0.02 | 0.58 | 0 | 0.23 | 298.41 | 0.49 | 0.55 |
| Hex | C1 | 53 | C4 | 2 | 3A | 0 | 17 | 12A | 31 | 37 |
| Octal | 301 | 123 | 304 | 2 | 72 | 0 | 27 | 452 | 61 | 67 |
| Binary | 11000001 | 1010011 | 11000100 | 10 | 111010 | 0 | 10111 | 100101010 | 110001 | 110111 |
Color Harmonies of #C153C4
Complementary color
Monochromatic Colors of #C153C4
Black with #C153C4
Text Example
Text Example
White with #C153C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153C4; }
p { color: rgb(193,83,196); }
H1.HeaderClassName
{
color: #C153C4;
}
.AnyTagClassName
{
color: #C153C4;
}
</style>
background-color css
<style>
a { background-color: #C153C4; }
a { background-color: rgb(193,83,196); }
div.DivClassName
{
background-color: #C153C4;
}
.BgClassName
{
background-color: #C153C4;
}
</style>
border-color css
<style>
span { border-color: #C153C4; }
span { border-color: rgb(193,83,196); }
td.TdClassName
{
border-color: #C153C4;
}
.TagClassName
{
border-color: #C153C4;
}
</style>