Shades of Fuchsia #C148CB
Tints of Fuchsia #C148CB
RGB
CMYK
RGB Variations
Color information
#C148CB (or 0xC148CB) is known color: Fuchsia. HEX triplet: C1, 48 and CB. RGB value is (193,72,203). Sum of RGB (Red+Green+Blue) = 193+72+203=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #C148CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148CB is #3EB734. Grayscale: #7A7A7A. Windows color (decimal): -4110133 or 13322433. OLE color: 13322433.
HSL color Cylindrical-coordinate representation of color #C148CB: hue angle of 295.42º 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 #C148CB is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 72 | 203 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.20 |
| HSL | 295.42º | 0.56% | 0.54% | - |
| HSV(B) | 295.42º | 0.65% | 0.8% | - |
| XYZ | 35.09 | 20.28 | 58.57 | - |
| YUV | 123.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 203 | 0.05 | 0.65 | 0 | 0.20 | 295.42 | 0.56 | 0.54 |
| Hex | C1 | 48 | CB | 5 | 41 | 0 | 14 | 127 | 38 | 36 |
| Octal | 301 | 110 | 313 | 5 | 101 | 0 | 24 | 447 | 70 | 66 |
| Binary | 11000001 | 1001000 | 11001011 | 101 | 1000001 | 0 | 10100 | 100100111 | 111000 | 110110 |
Color Harmonies of #C148CB
Complementary color
Monochromatic Colors of #C148CB
Black with #C148CB
Text Example
Text Example
White with #C148CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C148CB; }
p { color: rgb(193,72,203); }
H1.HeaderClassName
{
color: #C148CB;
}
.AnyTagClassName
{
color: #C148CB;
}
</style>
background-color css
<style>
a { background-color: #C148CB; }
a { background-color: rgb(193,72,203); }
div.DivClassName
{
background-color: #C148CB;
}
.BgClassName
{
background-color: #C148CB;
}
</style>
border-color css
<style>
span { border-color: #C148CB; }
span { border-color: rgb(193,72,203); }
td.TdClassName
{
border-color: #C148CB;
}
.TagClassName
{
border-color: #C148CB;
}
</style>