Shades of Fuchsia #C153C8
Tints of Fuchsia #C153C8
RGB
CMYK
RGB Variations
Color information
#C153C8 (or 0xC153C8) is known color: Fuchsia. HEX triplet: C1, 53 and C8. RGB value is (193,83,200). Sum of RGB (Red+Green+Blue) = 193+83+200=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #C153C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C153C8 is #3EAC37. Grayscale: #808080. Windows color (decimal): -4107320 or 13128641. OLE color: 13128641.
HSL color Cylindrical-coordinate representation of color #C153C8: hue angle of 296.41º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C153C8 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 83 | 200 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.22 |
| HSL | 296.41º | 0.52% | 0.55% | - |
| HSV(B) | 296.41º | 0.59% | 0.78% | - |
| XYZ | 35.51 | 21.69 | 56.96 | - |
| YUV | 129.23 | 167.94 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 200 | 0.04 | 0.58 | 0 | 0.22 | 296.41 | 0.52 | 0.55 |
| Hex | C1 | 53 | C8 | 4 | 3A | 0 | 16 | 128 | 34 | 37 |
| Octal | 301 | 123 | 310 | 4 | 72 | 0 | 26 | 450 | 64 | 67 |
| Binary | 11000001 | 1010011 | 11001000 | 100 | 111010 | 0 | 10110 | 100101000 | 110100 | 110111 |
Color Harmonies of #C153C8
Complementary color
Monochromatic Colors of #C153C8
Black with #C153C8
Text Example
Text Example
White with #C153C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153C8; }
p { color: rgb(193,83,200); }
H1.HeaderClassName
{
color: #C153C8;
}
.AnyTagClassName
{
color: #C153C8;
}
</style>
background-color css
<style>
a { background-color: #C153C8; }
a { background-color: rgb(193,83,200); }
div.DivClassName
{
background-color: #C153C8;
}
.BgClassName
{
background-color: #C153C8;
}
</style>
border-color css
<style>
span { border-color: #C153C8; }
span { border-color: rgb(193,83,200); }
td.TdClassName
{
border-color: #C153C8;
}
.TagClassName
{
border-color: #C153C8;
}
</style>