Shades of Fuchsia #C45BCB
Tints of Fuchsia #C45BCB
RGB
CMYK
RGB Variations
Color information
#C45BCB (or 0xC45BCB) is known color: Fuchsia. HEX triplet: C4, 5B and CB. RGB value is (196,91,203). Sum of RGB (Red+Green+Blue) = 196+91+203=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #C45BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45BCB is #3BA434. Grayscale: #868686. Windows color (decimal): -3908661 or 13327300. OLE color: 13327300.
HSL color Cylindrical-coordinate representation of color #C45BCB: hue angle of 296.25º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C45BCB is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 91 | 203 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.20 |
| HSL | 296.25º | 0.52% | 0.58% | - |
| HSV(B) | 296.25º | 0.55% | 0.8% | - |
| XYZ | 37.29 | 23.53 | 59.08 | - |
| YUV | 135.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 203 | 0.03 | 0.55 | 0 | 0.20 | 296.25 | 0.52 | 0.58 |
| Hex | C4 | 5B | CB | 3 | 37 | 0 | 14 | 128 | 34 | 3A |
| Octal | 304 | 133 | 313 | 3 | 67 | 0 | 24 | 450 | 64 | 72 |
| Binary | 11000100 | 1011011 | 11001011 | 11 | 110111 | 0 | 10100 | 100101000 | 110100 | 111010 |
Color Harmonies of #C45BCB
Complementary color
Monochromatic Colors of #C45BCB
Black with #C45BCB
Text Example
Text Example
White with #C45BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45BCB; }
p { color: rgb(196,91,203); }
H1.HeaderClassName
{
color: #C45BCB;
}
.AnyTagClassName
{
color: #C45BCB;
}
</style>
background-color css
<style>
a { background-color: #C45BCB; }
a { background-color: rgb(196,91,203); }
div.DivClassName
{
background-color: #C45BCB;
}
.BgClassName
{
background-color: #C45BCB;
}
</style>
border-color css
<style>
span { border-color: #C45BCB; }
span { border-color: rgb(196,91,203); }
td.TdClassName
{
border-color: #C45BCB;
}
.TagClassName
{
border-color: #C45BCB;
}
</style>