Shades of Fuchsia #C13DCB
Tints of Fuchsia #C13DCB
RGB
CMYK
RGB Variations
Color information
#C13DCB (or 0xC13DCB) is known color: Fuchsia. HEX triplet: C1, 3D and CB. RGB value is (193,61,203). Sum of RGB (Red+Green+Blue) = 193+61+203=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #C13DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DCB is #3EC234. Grayscale: #747474. Windows color (decimal): -4112949 or 13319617. OLE color: 13319617.
HSL color Cylindrical-coordinate representation of color #C13DCB: hue angle of 295.77º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13DCB is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 61 | 203 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.20 |
| HSL | 295.77º | 0.58% | 0.52% | - |
| HSV(B) | 295.77º | 0.7% | 0.8% | - |
| XYZ | 34.44 | 18.99 | 58.35 | - |
| YUV | 116.66 | 176.73 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 203 | 0.05 | 0.70 | 0 | 0.20 | 295.77 | 0.58 | 0.52 |
| Hex | C1 | 3D | CB | 5 | 46 | 0 | 14 | 128 | 3A | 34 |
| Octal | 301 | 75 | 313 | 5 | 106 | 0 | 24 | 450 | 72 | 64 |
| Binary | 11000001 | 111101 | 11001011 | 101 | 1000110 | 0 | 10100 | 100101000 | 111010 | 110100 |
Color Harmonies of #C13DCB
Complementary color
Monochromatic Colors of #C13DCB
Black with #C13DCB
Text Example
Text Example
White with #C13DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DCB; }
p { color: rgb(193,61,203); }
H1.HeaderClassName
{
color: #C13DCB;
}
.AnyTagClassName
{
color: #C13DCB;
}
</style>
background-color css
<style>
a { background-color: #C13DCB; }
a { background-color: rgb(193,61,203); }
div.DivClassName
{
background-color: #C13DCB;
}
.BgClassName
{
background-color: #C13DCB;
}
</style>
border-color css
<style>
span { border-color: #C13DCB; }
span { border-color: rgb(193,61,203); }
td.TdClassName
{
border-color: #C13DCB;
}
.TagClassName
{
border-color: #C13DCB;
}
</style>