Shades of Fuchsia #CB5FAC
Tints of Fuchsia #CB5FAC
RGB
CMYK
RGB Variations
Color information
#CB5FAC (or 0xCB5FAC) is known color: Fuchsia. HEX triplet: CB, 5F and AC. RGB value is (203,95,172). Sum of RGB (Red+Green+Blue) = 203+95+172=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5FAC is #34A053. Grayscale: #878787. Windows color (decimal): -3448916 or 11296715. OLE color: 11296715.
HSL color Cylindrical-coordinate representation of color #CB5FAC: hue angle of 317.22º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB5FAC is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 95 | 172 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.20 |
| HSL | 317.22º | 0.51% | 0.58% | - |
| HSV(B) | 317.22º | 0.53% | 0.8% | - |
| XYZ | 36.17 | 23.86 | 41.73 | - |
| YUV | 136.07 | 148.28 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 95 | 172 | 0 | 0.53 | 0.15 | 0.20 | 317.22 | 0.51 | 0.58 |
| Hex | CB | 5F | AC | 0 | 35 | F | 14 | 13D | 33 | 3A |
| Octal | 313 | 137 | 254 | 0 | 65 | 17 | 24 | 475 | 63 | 72 |
| Binary | 11001011 | 1011111 | 10101100 | 0 | 110101 | 1111 | 10100 | 100111101 | 110011 | 111010 |
Color Harmonies of #CB5FAC
Complementary color
Monochromatic Colors of #CB5FAC
Black with #CB5FAC
Text Example
Text Example
White with #CB5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5FAC; }
p { color: rgb(203,95,172); }
H1.HeaderClassName
{
color: #CB5FAC;
}
.AnyTagClassName
{
color: #CB5FAC;
}
</style>
background-color css
<style>
a { background-color: #CB5FAC; }
a { background-color: rgb(203,95,172); }
div.DivClassName
{
background-color: #CB5FAC;
}
.BgClassName
{
background-color: #CB5FAC;
}
</style>
border-color css
<style>
span { border-color: #CB5FAC; }
span { border-color: rgb(203,95,172); }
td.TdClassName
{
border-color: #CB5FAC;
}
.TagClassName
{
border-color: #CB5FAC;
}
</style>