Shades of Fuchsia #CB5BAE
Tints of Fuchsia #CB5BAE
RGB
CMYK
RGB Variations
Color information
#CB5BAE (or 0xCB5BAE) is known color: Fuchsia. HEX triplet: CB, 5B and AE. RGB value is (203,91,174). Sum of RGB (Red+Green+Blue) = 203+91+174=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5BAE is #34A451. Grayscale: #858585. Windows color (decimal): -3449938 or 11426763. OLE color: 11426763.
HSL color Cylindrical-coordinate representation of color #CB5BAE: hue angle of 315.54º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5BAE is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 174 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.20 |
| HSL | 315.54º | 0.52% | 0.58% | - |
| HSV(B) | 315.54º | 0.55% | 0.8% | - |
| XYZ | 36.01 | 23.23 | 42.63 | - |
| YUV | 133.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 174 | 0 | 0.55 | 0.14 | 0.20 | 315.54 | 0.52 | 0.58 |
| Hex | CB | 5B | AE | 0 | 37 | E | 14 | 13C | 34 | 3A |
| Octal | 313 | 133 | 256 | 0 | 67 | 16 | 24 | 474 | 64 | 72 |
| Binary | 11001011 | 1011011 | 10101110 | 0 | 110111 | 1110 | 10100 | 100111100 | 110100 | 111010 |
Color Harmonies of #CB5BAE
Complementary color
Monochromatic Colors of #CB5BAE
Black with #CB5BAE
Text Example
Text Example
White with #CB5BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BAE; }
p { color: rgb(203,91,174); }
H1.HeaderClassName
{
color: #CB5BAE;
}
.AnyTagClassName
{
color: #CB5BAE;
}
</style>
background-color css
<style>
a { background-color: #CB5BAE; }
a { background-color: rgb(203,91,174); }
div.DivClassName
{
background-color: #CB5BAE;
}
.BgClassName
{
background-color: #CB5BAE;
}
</style>
border-color css
<style>
span { border-color: #CB5BAE; }
span { border-color: rgb(203,91,174); }
td.TdClassName
{
border-color: #CB5BAE;
}
.TagClassName
{
border-color: #CB5BAE;
}
</style>