Shades of Fuchsia #C13CCB
Tints of Fuchsia #C13CCB
RGB
CMYK
RGB Variations
Color information
#C13CCB (or 0xC13CCB) is known color: Fuchsia. HEX triplet: C1, 3C and CB. RGB value is (193,60,203). Sum of RGB (Red+Green+Blue) = 193+60+203=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #C13CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13CCB is #3EC334. Grayscale: #737373. Windows color (decimal): -4113205 or 13319361. OLE color: 13319361.
HSL color Cylindrical-coordinate representation of color #C13CCB: hue angle of 295.8º 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 #C13CCB is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 60 | 203 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.20 |
| HSL | 295.8º | 0.58% | 0.52% | - |
| HSV(B) | 295.8º | 0.7% | 0.8% | - |
| XYZ | 34.39 | 18.88 | 58.33 | - |
| YUV | 116.07 | 177.06 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 203 | 0.05 | 0.70 | 0 | 0.20 | 295.8 | 0.58 | 0.52 |
| Hex | C1 | 3C | CB | 5 | 46 | 0 | 14 | 128 | 3A | 34 |
| Octal | 301 | 74 | 313 | 5 | 106 | 0 | 24 | 450 | 72 | 64 |
| Binary | 11000001 | 111100 | 11001011 | 101 | 1000110 | 0 | 10100 | 100101000 | 111010 | 110100 |
Color Harmonies of #C13CCB
Complementary color
Monochromatic Colors of #C13CCB
Black with #C13CCB
Text Example
Text Example
White with #C13CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13CCB; }
p { color: rgb(193,60,203); }
H1.HeaderClassName
{
color: #C13CCB;
}
.AnyTagClassName
{
color: #C13CCB;
}
</style>
background-color css
<style>
a { background-color: #C13CCB; }
a { background-color: rgb(193,60,203); }
div.DivClassName
{
background-color: #C13CCB;
}
.BgClassName
{
background-color: #C13CCB;
}
</style>
border-color css
<style>
span { border-color: #C13CCB; }
span { border-color: rgb(193,60,203); }
td.TdClassName
{
border-color: #C13CCB;
}
.TagClassName
{
border-color: #C13CCB;
}
</style>