Shades of Fuchsia #CB5DAC
Tints of Fuchsia #CB5DAC
RGB
CMYK
RGB Variations
Color information
#CB5DAC (or 0xCB5DAC) is known color: Fuchsia. HEX triplet: CB, 5D and AC. RGB value is (203,93,172). Sum of RGB (Red+Green+Blue) = 203+93+172=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5DAC is #34A253. Grayscale: #868686. Windows color (decimal): -3449428 or 11296203. OLE color: 11296203.
HSL color Cylindrical-coordinate representation of color #CB5DAC: hue angle of 316.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5DAC is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 172 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.20 |
| HSL | 316.91º | 0.51% | 0.58% | - |
| HSV(B) | 316.91º | 0.54% | 0.8% | - |
| XYZ | 35.99 | 23.5 | 41.67 | - |
| YUV | 134.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 172 | 0 | 0.54 | 0.15 | 0.20 | 316.91 | 0.51 | 0.58 |
| Hex | CB | 5D | AC | 0 | 36 | F | 14 | 13D | 33 | 3A |
| Octal | 313 | 135 | 254 | 0 | 66 | 17 | 24 | 475 | 63 | 72 |
| Binary | 11001011 | 1011101 | 10101100 | 0 | 110110 | 1111 | 10100 | 100111101 | 110011 | 111010 |
Color Harmonies of #CB5DAC
Complementary color
Monochromatic Colors of #CB5DAC
Black with #CB5DAC
Text Example
Text Example
White with #CB5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DAC; }
p { color: rgb(203,93,172); }
H1.HeaderClassName
{
color: #CB5DAC;
}
.AnyTagClassName
{
color: #CB5DAC;
}
</style>
background-color css
<style>
a { background-color: #CB5DAC; }
a { background-color: rgb(203,93,172); }
div.DivClassName
{
background-color: #CB5DAC;
}
.BgClassName
{
background-color: #CB5DAC;
}
</style>
border-color css
<style>
span { border-color: #CB5DAC; }
span { border-color: rgb(203,93,172); }
td.TdClassName
{
border-color: #CB5DAC;
}
.TagClassName
{
border-color: #CB5DAC;
}
</style>