Shades of Fuchsia #C13DAB
Tints of Fuchsia #C13DAB
RGB
CMYK
RGB Variations
Color information
#C13DAB (or 0xC13DAB) is known color: Fuchsia. HEX triplet: C1, 3D and AB. RGB value is (193,61,171). Sum of RGB (Red+Green+Blue) = 193+61+171=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13DAB is #3EC254. Grayscale: #707070. Windows color (decimal): -4112981 or 11222465. OLE color: 11222465.
HSL color Cylindrical-coordinate representation of color #C13DAB: hue angle of 310º 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 #C13DAB is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 61 | 171 | - |
CMYK | 0 | 0.68 | 0.11 | 0.24 |
HSL | 310º | 0.52% | 0.5% | - |
HSV(B) | 310º | 0.68% | 0.76% | - |
XYZ | 31.01 | 17.62 | 40.29 | - |
YUV | 113.01 | 160.73 | 185.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 61 | 171 | 0 | 0.68 | 0.11 | 0.24 | 310 | 0.52 | 0.5 |
Hex | C1 | 3D | AB | 0 | 44 | B | 18 | 136 | 34 | 32 |
Octal | 301 | 75 | 253 | 0 | 104 | 13 | 30 | 466 | 64 | 62 |
Binary | 11000001 | 111101 | 10101011 | 0 | 1000100 | 1011 | 11000 | 100110110 | 110100 | 110010 |
Color Harmonies of #C13DAB
Complementary color
Monochromatic Colors of #C13DAB
Black with #C13DAB
Text Example
Text Example
White with #C13DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DAB; }
p { color: rgb(193,61,171); }
H1.HeaderClassName
{
color: #C13DAB;
}
.AnyTagClassName
{
color: #C13DAB;
}
</style>
background-color css
<style>
a { background-color: #C13DAB; }
a { background-color: rgb(193,61,171); }
div.DivClassName
{
background-color: #C13DAB;
}
.BgClassName
{
background-color: #C13DAB;
}
</style>
border-color css
<style>
span { border-color: #C13DAB; }
span { border-color: rgb(193,61,171); }
td.TdClassName
{
border-color: #C13DAB;
}
.TagClassName
{
border-color: #C13DAB;
}
</style>