Shades of Fuchsia #C148CC
Tints of Fuchsia #C148CC
RGB
CMYK
RGB Variations
Color information
#C148CC (or 0xC148CC) is known color: Fuchsia. HEX triplet: C1, 48 and CC. RGB value is (193,72,204). Sum of RGB (Red+Green+Blue) = 193+72+204=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #C148CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148CC is #3EB733. Grayscale: #7A7A7A. Windows color (decimal): -4110132 or 13387969. OLE color: 13387969.
HSL color Cylindrical-coordinate representation of color #C148CC: hue angle of 295º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C148CC is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 72 | 204 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.2 |
| HSL | 295º | 0.56% | 0.54% | - |
| HSV(B) | 295º | 0.65% | 0.8% | - |
| XYZ | 35.21 | 20.33 | 59.2 | - |
| YUV | 123.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 204 | 0.05 | 0.65 | 0 | 0.2 | 295 | 0.56 | 0.54 |
| Hex | C1 | 48 | CC | 5 | 41 | 0 | 14 | 127 | 38 | 36 |
| Octal | 301 | 110 | 314 | 5 | 101 | 0 | 24 | 447 | 70 | 66 |
| Binary | 11000001 | 1001000 | 11001100 | 101 | 1000001 | 0 | 10100 | 100100111 | 111000 | 110110 |
Color Harmonies of #C148CC
Complementary color
Monochromatic Colors of #C148CC
Black with #C148CC
Text Example
Text Example
White with #C148CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148CC; }
p { color: rgb(193,72,204); }
H1.HeaderClassName
{
color: #C148CC;
}
.AnyTagClassName
{
color: #C148CC;
}
</style>
background-color css
<style>
a { background-color: #C148CC; }
a { background-color: rgb(193,72,204); }
div.DivClassName
{
background-color: #C148CC;
}
.BgClassName
{
background-color: #C148CC;
}
</style>
border-color css
<style>
span { border-color: #C148CC; }
span { border-color: rgb(193,72,204); }
td.TdClassName
{
border-color: #C148CC;
}
.TagClassName
{
border-color: #C148CC;
}
</style>