Shades of Fuchsia #C13BBE
Tints of Fuchsia #C13BBE
RGB
CMYK
RGB Variations
Color information
#C13BBE (or 0xC13BBE) is known color: Fuchsia. HEX triplet: C1, 3B and BE. RGB value is (193,59,190). Sum of RGB (Red+Green+Blue) = 193+59+190=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C13BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BBE is #3EC441. Grayscale: #717171. Windows color (decimal): -4113474 or 12467137. OLE color: 12467137.
HSL color Cylindrical-coordinate representation of color #C13BBE: hue angle of 301.34º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13BBE is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 190 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.24 |
| HSL | 301.34º | 0.53% | 0.49% | - |
| HSV(B) | 301.34º | 0.69% | 0.76% | - |
| XYZ | 32.85 | 18.18 | 50.49 | - |
| YUV | 114 | 170.89 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 190 | 0 | 0.69 | 0.02 | 0.24 | 301.34 | 0.53 | 0.49 |
| Hex | C1 | 3B | BE | 0 | 45 | 2 | 18 | 12D | 35 | 31 |
| Octal | 301 | 73 | 276 | 0 | 105 | 2 | 30 | 455 | 65 | 61 |
| Binary | 11000001 | 111011 | 10111110 | 0 | 1000101 | 10 | 11000 | 100101101 | 110101 | 110001 |
Color Harmonies of #C13BBE
Complementary color
Monochromatic Colors of #C13BBE
Black with #C13BBE
Text Example
Text Example
White with #C13BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13BBE; }
p { color: rgb(193,59,190); }
H1.HeaderClassName
{
color: #C13BBE;
}
.AnyTagClassName
{
color: #C13BBE;
}
</style>
background-color css
<style>
a { background-color: #C13BBE; }
a { background-color: rgb(193,59,190); }
div.DivClassName
{
background-color: #C13BBE;
}
.BgClassName
{
background-color: #C13BBE;
}
</style>
border-color css
<style>
span { border-color: #C13BBE; }
span { border-color: rgb(193,59,190); }
td.TdClassName
{
border-color: #C13BBE;
}
.TagClassName
{
border-color: #C13BBE;
}
</style>