Shades of Fuchsia #CB4AAE
Tints of Fuchsia #CB4AAE
RGB
CMYK
RGB Variations
Color information
#CB4AAE (or 0xCB4AAE) is known color: Fuchsia. HEX triplet: CB, 4A and AE. RGB value is (203,74,174). Sum of RGB (Red+Green+Blue) = 203+74+174=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4AAE is #34B551. Grayscale: #7B7B7B. Windows color (decimal): -3454290 or 11422411. OLE color: 11422411.
HSL color Cylindrical-coordinate representation of color #CB4AAE: hue angle of 313.49º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4AAE is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 174 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.20 |
| HSL | 313.49º | 0.55% | 0.54% | - |
| HSV(B) | 313.49º | 0.64% | 0.8% | - |
| XYZ | 34.72 | 20.65 | 42.2 | - |
| YUV | 123.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 174 | 0 | 0.64 | 0.14 | 0.20 | 313.49 | 0.55 | 0.54 |
| Hex | CB | 4A | AE | 0 | 40 | E | 14 | 139 | 37 | 36 |
| Octal | 313 | 112 | 256 | 0 | 100 | 16 | 24 | 471 | 67 | 66 |
| Binary | 11001011 | 1001010 | 10101110 | 0 | 1000000 | 1110 | 10100 | 100111001 | 110111 | 110110 |
Color Harmonies of #CB4AAE
Complementary color
Monochromatic Colors of #CB4AAE
Black with #CB4AAE
Text Example
Text Example
White with #CB4AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4AAE; }
p { color: rgb(203,74,174); }
H1.HeaderClassName
{
color: #CB4AAE;
}
.AnyTagClassName
{
color: #CB4AAE;
}
</style>
background-color css
<style>
a { background-color: #CB4AAE; }
a { background-color: rgb(203,74,174); }
div.DivClassName
{
background-color: #CB4AAE;
}
.BgClassName
{
background-color: #CB4AAE;
}
</style>
border-color css
<style>
span { border-color: #CB4AAE; }
span { border-color: rgb(203,74,174); }
td.TdClassName
{
border-color: #CB4AAE;
}
.TagClassName
{
border-color: #CB4AAE;
}
</style>