Shades of Fuchsia #C13CC4
Tints of Fuchsia #C13CC4
RGB
CMYK
RGB Variations
Color information
#C13CC4 (or 0xC13CC4) is known color: Fuchsia. HEX triplet: C1, 3C and C4. RGB value is (193,60,196). Sum of RGB (Red+Green+Blue) = 193+60+196=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 196 - color contains mainly: blue. Hex color #C13CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CC4 is #3EC33B. Grayscale: #727272. Windows color (decimal): -4113212 or 12860609. OLE color: 12860609.
HSL color Cylindrical-coordinate representation of color #C13CC4: hue angle of 298.68º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13CC4 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 60 | 196 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.23 |
| HSL | 298.68º | 0.54% | 0.5% | - |
| HSV(B) | 298.68º | 0.69% | 0.77% | - |
| XYZ | 33.57 | 18.55 | 54.04 | - |
| YUV | 115.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 196 | 0.02 | 0.69 | 0 | 0.23 | 298.68 | 0.54 | 0.5 |
| Hex | C1 | 3C | C4 | 2 | 45 | 0 | 17 | 12B | 36 | 32 |
| Octal | 301 | 74 | 304 | 2 | 105 | 0 | 27 | 453 | 66 | 62 |
| Binary | 11000001 | 111100 | 11000100 | 10 | 1000101 | 0 | 10111 | 100101011 | 110110 | 110010 |
Color Harmonies of #C13CC4
Complementary color
Monochromatic Colors of #C13CC4
Black with #C13CC4
Text Example
Text Example
White with #C13CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13CC4; }
p { color: rgb(193,60,196); }
H1.HeaderClassName
{
color: #C13CC4;
}
.AnyTagClassName
{
color: #C13CC4;
}
</style>
background-color css
<style>
a { background-color: #C13CC4; }
a { background-color: rgb(193,60,196); }
div.DivClassName
{
background-color: #C13CC4;
}
.BgClassName
{
background-color: #C13CC4;
}
</style>
border-color css
<style>
span { border-color: #C13CC4; }
span { border-color: rgb(193,60,196); }
td.TdClassName
{
border-color: #C13CC4;
}
.TagClassName
{
border-color: #C13CC4;
}
</style>