Shades of Fuchsia #C13DBB
Tints of Fuchsia #C13DBB
RGB
CMYK
RGB Variations
Color information
#C13DBB (or 0xC13DBB) is known color: Fuchsia. HEX triplet: C1, 3D and BB. RGB value is (193,61,187). Sum of RGB (Red+Green+Blue) = 193+61+187=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DBB is #3EC244. Grayscale: #727272. Windows color (decimal): -4112965 or 12271041. OLE color: 12271041.
HSL color Cylindrical-coordinate representation of color #C13DBB: hue angle of 302.73º 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 #C13DBB is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 187 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.24 |
| HSL | 302.73º | 0.52% | 0.5% | - |
| HSV(B) | 302.73º | 0.68% | 0.76% | - |
| XYZ | 32.63 | 18.26 | 48.82 | - |
| YUV | 114.83 | 168.73 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 187 | 0 | 0.68 | 0.03 | 0.24 | 302.73 | 0.52 | 0.5 |
| Hex | C1 | 3D | BB | 0 | 44 | 3 | 18 | 12F | 34 | 32 |
| Octal | 301 | 75 | 273 | 0 | 104 | 3 | 30 | 457 | 64 | 62 |
| Binary | 11000001 | 111101 | 10111011 | 0 | 1000100 | 11 | 11000 | 100101111 | 110100 | 110010 |
Color Harmonies of #C13DBB
Complementary color
Monochromatic Colors of #C13DBB
Black with #C13DBB
Text Example
Text Example
White with #C13DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13DBB; }
p { color: rgb(193,61,187); }
H1.HeaderClassName
{
color: #C13DBB;
}
.AnyTagClassName
{
color: #C13DBB;
}
</style>
background-color css
<style>
a { background-color: #C13DBB; }
a { background-color: rgb(193,61,187); }
div.DivClassName
{
background-color: #C13DBB;
}
.BgClassName
{
background-color: #C13DBB;
}
</style>
border-color css
<style>
span { border-color: #C13DBB; }
span { border-color: rgb(193,61,187); }
td.TdClassName
{
border-color: #C13DBB;
}
.TagClassName
{
border-color: #C13DBB;
}
</style>