Shades of Fuchsia #C14BCB
Tints of Fuchsia #C14BCB
RGB
CMYK
RGB Variations
Color information
#C14BCB (or 0xC14BCB) is known color: Fuchsia. HEX triplet: C1, 4B and CB. RGB value is (193,75,203). Sum of RGB (Red+Green+Blue) = 193+75+203=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #C14BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BCB is #3EB434. Grayscale: #7C7C7C. Windows color (decimal): -4109365 or 13323201. OLE color: 13323201.
HSL color Cylindrical-coordinate representation of color #C14BCB: hue angle of 295.31º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14BCB is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 75 | 203 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.20 |
| HSL | 295.31º | 0.55% | 0.55% | - |
| HSV(B) | 295.31º | 0.63% | 0.8% | - |
| XYZ | 35.29 | 20.68 | 58.63 | - |
| YUV | 124.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 203 | 0.05 | 0.63 | 0 | 0.20 | 295.31 | 0.55 | 0.55 |
| Hex | C1 | 4B | CB | 5 | 3F | 0 | 14 | 127 | 37 | 37 |
| Octal | 301 | 113 | 313 | 5 | 77 | 0 | 24 | 447 | 67 | 67 |
| Binary | 11000001 | 1001011 | 11001011 | 101 | 111111 | 0 | 10100 | 100100111 | 110111 | 110111 |
Color Harmonies of #C14BCB
Complementary color
Monochromatic Colors of #C14BCB
Black with #C14BCB
Text Example
Text Example
White with #C14BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BCB; }
p { color: rgb(193,75,203); }
H1.HeaderClassName
{
color: #C14BCB;
}
.AnyTagClassName
{
color: #C14BCB;
}
</style>
background-color css
<style>
a { background-color: #C14BCB; }
a { background-color: rgb(193,75,203); }
div.DivClassName
{
background-color: #C14BCB;
}
.BgClassName
{
background-color: #C14BCB;
}
</style>
border-color css
<style>
span { border-color: #C14BCB; }
span { border-color: rgb(193,75,203); }
td.TdClassName
{
border-color: #C14BCB;
}
.TagClassName
{
border-color: #C14BCB;
}
</style>