Shades of Fuchsia #C13CAA
Tints of Fuchsia #C13CAA
RGB
CMYK
RGB Variations
Color information
#C13CAA (or 0xC13CAA) is known color: Fuchsia. HEX triplet: C1, 3C and AA. RGB value is (193,60,170). Sum of RGB (Red+Green+Blue) = 193+60+170=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C13CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13CAA is #3EC355. Grayscale: #707070. Windows color (decimal): -4113238 or 11156673. OLE color: 11156673.
HSL color Cylindrical-coordinate representation of color #C13CAA: hue angle of 310.38º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13CAA is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 60 | 170 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.24 |
| HSL | 310.38º | 0.53% | 0.5% | - |
| HSV(B) | 310.38º | 0.69% | 0.76% | - |
| XYZ | 30.86 | 17.47 | 39.78 | - |
| YUV | 112.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 170 | 0 | 0.69 | 0.12 | 0.24 | 310.38 | 0.53 | 0.5 |
| Hex | C1 | 3C | AA | 0 | 45 | C | 18 | 136 | 35 | 32 |
| Octal | 301 | 74 | 252 | 0 | 105 | 14 | 30 | 466 | 65 | 62 |
| Binary | 11000001 | 111100 | 10101010 | 0 | 1000101 | 1100 | 11000 | 100110110 | 110101 | 110010 |
Color Harmonies of #C13CAA
Complementary color
Monochromatic Colors of #C13CAA
Black with #C13CAA
Text Example
Text Example
White with #C13CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13CAA; }
p { color: rgb(193,60,170); }
H1.HeaderClassName
{
color: #C13CAA;
}
.AnyTagClassName
{
color: #C13CAA;
}
</style>
background-color css
<style>
a { background-color: #C13CAA; }
a { background-color: rgb(193,60,170); }
div.DivClassName
{
background-color: #C13CAA;
}
.BgClassName
{
background-color: #C13CAA;
}
</style>
border-color css
<style>
span { border-color: #C13CAA; }
span { border-color: rgb(193,60,170); }
td.TdClassName
{
border-color: #C13CAA;
}
.TagClassName
{
border-color: #C13CAA;
}
</style>