Shades of Fuchsia #CB4FAC
Tints of Fuchsia #CB4FAC
RGB
CMYK
RGB Variations
Color information
#CB4FAC (or 0xCB4FAC) is known color: Fuchsia. HEX triplet: CB, 4F and AC. RGB value is (203,79,172). Sum of RGB (Red+Green+Blue) = 203+79+172=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4FAC is #34B053. Grayscale: #7E7E7E. Windows color (decimal): -3453012 or 11292619. OLE color: 11292619.
HSL color Cylindrical-coordinate representation of color #CB4FAC: hue angle of 315º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB4FAC is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 79 | 172 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.20 |
| HSL | 315º | 0.54% | 0.55% | - |
| HSV(B) | 315º | 0.61% | 0.8% | - |
| XYZ | 34.87 | 21.27 | 41.3 | - |
| YUV | 126.68 | 153.58 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 172 | 0 | 0.61 | 0.15 | 0.20 | 315 | 0.54 | 0.55 |
| Hex | CB | 4F | AC | 0 | 3D | F | 14 | 13B | 36 | 37 |
| Octal | 313 | 117 | 254 | 0 | 75 | 17 | 24 | 473 | 66 | 67 |
| Binary | 11001011 | 1001111 | 10101100 | 0 | 111101 | 1111 | 10100 | 100111011 | 110110 | 110111 |
Color Harmonies of #CB4FAC
Complementary color
Monochromatic Colors of #CB4FAC
Black with #CB4FAC
Text Example
Text Example
White with #CB4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4FAC; }
p { color: rgb(203,79,172); }
H1.HeaderClassName
{
color: #CB4FAC;
}
.AnyTagClassName
{
color: #CB4FAC;
}
</style>
background-color css
<style>
a { background-color: #CB4FAC; }
a { background-color: rgb(203,79,172); }
div.DivClassName
{
background-color: #CB4FAC;
}
.BgClassName
{
background-color: #CB4FAC;
}
</style>
border-color css
<style>
span { border-color: #CB4FAC; }
span { border-color: rgb(203,79,172); }
td.TdClassName
{
border-color: #CB4FAC;
}
.TagClassName
{
border-color: #CB4FAC;
}
</style>