Shades of Fuchsia #CB4CAC
Tints of Fuchsia #CB4CAC
RGB
CMYK
RGB Variations
Color information
#CB4CAC (or 0xCB4CAC) is known color: Fuchsia. HEX triplet: CB, 4C and AC. RGB value is (203,76,172). Sum of RGB (Red+Green+Blue) = 203+76+172=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4CAC is #34B353. Grayscale: #7C7C7C. Windows color (decimal): -3453780 or 11291851. OLE color: 11291851.
HSL color Cylindrical-coordinate representation of color #CB4CAC: hue angle of 314.65º 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 #CB4CAC is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 76 | 172 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.20 |
| HSL | 314.65º | 0.55% | 0.55% | - |
| HSV(B) | 314.65º | 0.63% | 0.8% | - |
| XYZ | 34.66 | 20.84 | 41.23 | - |
| YUV | 124.92 | 154.58 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 172 | 0 | 0.63 | 0.15 | 0.20 | 314.65 | 0.55 | 0.55 |
| Hex | CB | 4C | AC | 0 | 3F | F | 14 | 13B | 37 | 37 |
| Octal | 313 | 114 | 254 | 0 | 77 | 17 | 24 | 473 | 67 | 67 |
| Binary | 11001011 | 1001100 | 10101100 | 0 | 111111 | 1111 | 10100 | 100111011 | 110111 | 110111 |
Color Harmonies of #CB4CAC
Complementary color
Monochromatic Colors of #CB4CAC
Black with #CB4CAC
Text Example
Text Example
White with #CB4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CAC; }
p { color: rgb(203,76,172); }
H1.HeaderClassName
{
color: #CB4CAC;
}
.AnyTagClassName
{
color: #CB4CAC;
}
</style>
background-color css
<style>
a { background-color: #CB4CAC; }
a { background-color: rgb(203,76,172); }
div.DivClassName
{
background-color: #CB4CAC;
}
.BgClassName
{
background-color: #CB4CAC;
}
</style>
border-color css
<style>
span { border-color: #CB4CAC; }
span { border-color: rgb(203,76,172); }
td.TdClassName
{
border-color: #CB4CAC;
}
.TagClassName
{
border-color: #CB4CAC;
}
</style>