Shades of Fuchsia #C13DCC
Tints of Fuchsia #C13DCC
RGB
CMYK
RGB Variations
Color information
#C13DCC (or 0xC13DCC) is known color: Fuchsia. HEX triplet: C1, 3D and CC. RGB value is (193,61,204). Sum of RGB (Red+Green+Blue) = 193+61+204=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #C13DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DCC is #3EC233. Grayscale: #747474. Windows color (decimal): -4112948 or 13385153. OLE color: 13385153.
HSL color Cylindrical-coordinate representation of color #C13DCC: hue angle of 295.38º 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 #C13DCC is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 61 | 204 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.2 |
| HSL | 295.38º | 0.58% | 0.52% | - |
| HSV(B) | 295.38º | 0.7% | 0.8% | - |
| XYZ | 34.56 | 19.03 | 58.98 | - |
| YUV | 116.77 | 177.23 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 204 | 0.05 | 0.70 | 0 | 0.2 | 295.38 | 0.58 | 0.52 |
| Hex | C1 | 3D | CC | 5 | 46 | 0 | 14 | 127 | 3A | 34 |
| Octal | 301 | 75 | 314 | 5 | 106 | 0 | 24 | 447 | 72 | 64 |
| Binary | 11000001 | 111101 | 11001100 | 101 | 1000110 | 0 | 10100 | 100100111 | 111010 | 110100 |
Color Harmonies of #C13DCC
Complementary color
Monochromatic Colors of #C13DCC
Black with #C13DCC
Text Example
Text Example
White with #C13DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DCC; }
p { color: rgb(193,61,204); }
H1.HeaderClassName
{
color: #C13DCC;
}
.AnyTagClassName
{
color: #C13DCC;
}
</style>
background-color css
<style>
a { background-color: #C13DCC; }
a { background-color: rgb(193,61,204); }
div.DivClassName
{
background-color: #C13DCC;
}
.BgClassName
{
background-color: #C13DCC;
}
</style>
border-color css
<style>
span { border-color: #C13DCC; }
span { border-color: rgb(193,61,204); }
td.TdClassName
{
border-color: #C13DCC;
}
.TagClassName
{
border-color: #C13DCC;
}
</style>