Shades of Fuchsia #C149CC
Tints of Fuchsia #C149CC
RGB
CMYK
RGB Variations
Color information
#C149CC (or 0xC149CC) is known color: Fuchsia. HEX triplet: C1, 49 and CC. RGB value is (193,73,204). Sum of RGB (Red+Green+Blue) = 193+73+204=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #C149CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C149CC is #3EB633. Grayscale: #7B7B7B. Windows color (decimal): -4109876 or 13388225. OLE color: 13388225.
HSL color Cylindrical-coordinate representation of color #C149CC: hue angle of 294.96º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C149CC is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 73 | 204 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.2 |
| HSL | 294.96º | 0.56% | 0.54% | - |
| HSV(B) | 294.96º | 0.64% | 0.8% | - |
| XYZ | 35.27 | 20.46 | 59.22 | - |
| YUV | 123.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 204 | 0.05 | 0.64 | 0 | 0.2 | 294.96 | 0.56 | 0.54 |
| Hex | C1 | 49 | CC | 5 | 40 | 0 | 14 | 127 | 38 | 36 |
| Octal | 301 | 111 | 314 | 5 | 100 | 0 | 24 | 447 | 70 | 66 |
| Binary | 11000001 | 1001001 | 11001100 | 101 | 1000000 | 0 | 10100 | 100100111 | 111000 | 110110 |
Color Harmonies of #C149CC
Complementary color
Monochromatic Colors of #C149CC
Black with #C149CC
Text Example
Text Example
White with #C149CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C149CC; }
p { color: rgb(193,73,204); }
H1.HeaderClassName
{
color: #C149CC;
}
.AnyTagClassName
{
color: #C149CC;
}
</style>
background-color css
<style>
a { background-color: #C149CC; }
a { background-color: rgb(193,73,204); }
div.DivClassName
{
background-color: #C149CC;
}
.BgClassName
{
background-color: #C149CC;
}
</style>
border-color css
<style>
span { border-color: #C149CC; }
span { border-color: rgb(193,73,204); }
td.TdClassName
{
border-color: #C149CC;
}
.TagClassName
{
border-color: #C149CC;
}
</style>