Shades of Fuchsia #C13DAE
Tints of Fuchsia #C13DAE
RGB
CMYK
RGB Variations
Color information
#C13DAE (or 0xC13DAE) is known color: Fuchsia. HEX triplet: C1, 3D and AE. RGB value is (193,61,174). Sum of RGB (Red+Green+Blue) = 193+61+174=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13DAE is #3EC251. Grayscale: #717171. Windows color (decimal): -4112978 or 11419073. OLE color: 11419073.
HSL color Cylindrical-coordinate representation of color #C13DAE: hue angle of 308.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13DAE is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 174 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.24 |
| HSL | 308.64º | 0.52% | 0.5% | - |
| HSV(B) | 308.64º | 0.68% | 0.76% | - |
| XYZ | 31.3 | 17.73 | 41.82 | - |
| YUV | 113.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 174 | 0 | 0.68 | 0.10 | 0.24 | 308.64 | 0.52 | 0.5 |
| Hex | C1 | 3D | AE | 0 | 44 | A | 18 | 135 | 34 | 32 |
| Octal | 301 | 75 | 256 | 0 | 104 | 12 | 30 | 465 | 64 | 62 |
| Binary | 11000001 | 111101 | 10101110 | 0 | 1000100 | 1010 | 11000 | 100110101 | 110100 | 110010 |
Color Harmonies of #C13DAE
Complementary color
Monochromatic Colors of #C13DAE
Black with #C13DAE
Text Example
Text Example
White with #C13DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DAE; }
p { color: rgb(193,61,174); }
H1.HeaderClassName
{
color: #C13DAE;
}
.AnyTagClassName
{
color: #C13DAE;
}
</style>
background-color css
<style>
a { background-color: #C13DAE; }
a { background-color: rgb(193,61,174); }
div.DivClassName
{
background-color: #C13DAE;
}
.BgClassName
{
background-color: #C13DAE;
}
</style>
border-color css
<style>
span { border-color: #C13DAE; }
span { border-color: rgb(193,61,174); }
td.TdClassName
{
border-color: #C13DAE;
}
.TagClassName
{
border-color: #C13DAE;
}
</style>