Shades of Fuchsia #CB5DAE
Tints of Fuchsia #CB5DAE
RGB
CMYK
RGB Variations
Color information
#CB5DAE (or 0xCB5DAE) is known color: Fuchsia. HEX triplet: CB, 5D and AE. RGB value is (203,93,174). Sum of RGB (Red+Green+Blue) = 203+93+174=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5DAE is #34A251. Grayscale: #868686. Windows color (decimal): -3449426 or 11427275. OLE color: 11427275.
HSL color Cylindrical-coordinate representation of color #CB5DAE: hue angle of 315.82º 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 #CB5DAE is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 174 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.20 |
| HSL | 315.82º | 0.51% | 0.58% | - |
| HSV(B) | 315.82º | 0.54% | 0.8% | - |
| XYZ | 36.18 | 23.58 | 42.69 | - |
| YUV | 135.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 174 | 0 | 0.54 | 0.14 | 0.20 | 315.82 | 0.51 | 0.58 |
| Hex | CB | 5D | AE | 0 | 36 | E | 14 | 13C | 33 | 3A |
| Octal | 313 | 135 | 256 | 0 | 66 | 16 | 24 | 474 | 63 | 72 |
| Binary | 11001011 | 1011101 | 10101110 | 0 | 110110 | 1110 | 10100 | 100111100 | 110011 | 111010 |
Color Harmonies of #CB5DAE
Complementary color
Monochromatic Colors of #CB5DAE
Black with #CB5DAE
Text Example
Text Example
White with #CB5DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DAE; }
p { color: rgb(203,93,174); }
H1.HeaderClassName
{
color: #CB5DAE;
}
.AnyTagClassName
{
color: #CB5DAE;
}
</style>
background-color css
<style>
a { background-color: #CB5DAE; }
a { background-color: rgb(203,93,174); }
div.DivClassName
{
background-color: #CB5DAE;
}
.BgClassName
{
background-color: #CB5DAE;
}
</style>
border-color css
<style>
span { border-color: #CB5DAE; }
span { border-color: rgb(203,93,174); }
td.TdClassName
{
border-color: #CB5DAE;
}
.TagClassName
{
border-color: #CB5DAE;
}
</style>