Shades of Fuchsia #C151CB
Tints of Fuchsia #C151CB
RGB
CMYK
RGB Variations
Color information
#C151CB (or 0xC151CB) is known color: Fuchsia. HEX triplet: C1, 51 and CB. RGB value is (193,81,203). Sum of RGB (Red+Green+Blue) = 193+81+203=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #C151CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151CB is #3EAE34. Grayscale: #808080. Windows color (decimal): -4107829 or 13324737. OLE color: 13324737.
HSL color Cylindrical-coordinate representation of color #C151CB: hue angle of 295.08º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C151CB is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 81 | 203 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.20 |
| HSL | 295.08º | 0.54% | 0.56% | - |
| HSV(B) | 295.08º | 0.6% | 0.8% | - |
| XYZ | 35.71 | 21.53 | 58.77 | - |
| YUV | 128.4 | 170.11 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 203 | 0.05 | 0.60 | 0 | 0.20 | 295.08 | 0.54 | 0.56 |
| Hex | C1 | 51 | CB | 5 | 3C | 0 | 14 | 127 | 36 | 38 |
| Octal | 301 | 121 | 313 | 5 | 74 | 0 | 24 | 447 | 66 | 70 |
| Binary | 11000001 | 1010001 | 11001011 | 101 | 111100 | 0 | 10100 | 100100111 | 110110 | 111000 |
Color Harmonies of #C151CB
Complementary color
Monochromatic Colors of #C151CB
Black with #C151CB
Text Example
Text Example
White with #C151CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151CB; }
p { color: rgb(193,81,203); }
H1.HeaderClassName
{
color: #C151CB;
}
.AnyTagClassName
{
color: #C151CB;
}
</style>
background-color css
<style>
a { background-color: #C151CB; }
a { background-color: rgb(193,81,203); }
div.DivClassName
{
background-color: #C151CB;
}
.BgClassName
{
background-color: #C151CB;
}
</style>
border-color css
<style>
span { border-color: #C151CB; }
span { border-color: rgb(193,81,203); }
td.TdClassName
{
border-color: #C151CB;
}
.TagClassName
{
border-color: #C151CB;
}
</style>