Shades of Fuchsia #CB3AAC
Tints of Fuchsia #CB3AAC
RGB
CMYK
RGB Variations
Color information
#CB3AAC (or 0xCB3AAC) is known color: Fuchsia. HEX triplet: CB, 3A and AC. RGB value is (203,58,172). Sum of RGB (Red+Green+Blue) = 203+58+172=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3AAC is #34C553. Grayscale: #727272. Windows color (decimal): -3458388 or 11287243. OLE color: 11287243.
HSL color Cylindrical-coordinate representation of color #CB3AAC: hue angle of 312.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3AAC is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 172 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.20 |
| HSL | 312.83º | 0.58% | 0.51% | - |
| HSV(B) | 312.83º | 0.71% | 0.8% | - |
| XYZ | 33.59 | 18.7 | 40.87 | - |
| YUV | 114.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 172 | 0 | 0.71 | 0.15 | 0.20 | 312.83 | 0.58 | 0.51 |
| Hex | CB | 3A | AC | 0 | 47 | F | 14 | 139 | 3A | 33 |
| Octal | 313 | 72 | 254 | 0 | 107 | 17 | 24 | 471 | 72 | 63 |
| Binary | 11001011 | 111010 | 10101100 | 0 | 1000111 | 1111 | 10100 | 100111001 | 111010 | 110011 |
Color Harmonies of #CB3AAC
Complementary color
Monochromatic Colors of #CB3AAC
Black with #CB3AAC
Text Example
Text Example
White with #CB3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3AAC; }
p { color: rgb(203,58,172); }
H1.HeaderClassName
{
color: #CB3AAC;
}
.AnyTagClassName
{
color: #CB3AAC;
}
</style>
background-color css
<style>
a { background-color: #CB3AAC; }
a { background-color: rgb(203,58,172); }
div.DivClassName
{
background-color: #CB3AAC;
}
.BgClassName
{
background-color: #CB3AAC;
}
</style>
border-color css
<style>
span { border-color: #CB3AAC; }
span { border-color: rgb(203,58,172); }
td.TdClassName
{
border-color: #CB3AAC;
}
.TagClassName
{
border-color: #CB3AAC;
}
</style>