Shades of Fuchsia #CB5EAE
Tints of Fuchsia #CB5EAE
RGB
CMYK
RGB Variations
Color information
#CB5EAE (or 0xCB5EAE) is known color: Fuchsia. HEX triplet: CB, 5E and AE. RGB value is (203,94,174). Sum of RGB (Red+Green+Blue) = 203+94+174=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5EAE is #34A151. Grayscale: #878787. Windows color (decimal): -3449170 or 11427531. OLE color: 11427531.
HSL color Cylindrical-coordinate representation of color #CB5EAE: hue angle of 315.96º 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 #CB5EAE is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 94 | 174 | - |
CMYK | 0 | 0.54 | 0.14 | 0.20 |
HSL | 315.96º | 0.51% | 0.58% | - |
HSV(B) | 315.96º | 0.54% | 0.8% | - |
XYZ | 36.27 | 23.76 | 42.72 | - |
YUV | 135.71 | 149.61 | 176 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 94 | 174 | 0 | 0.54 | 0.14 | 0.20 | 315.96 | 0.51 | 0.58 |
Hex | CB | 5E | AE | 0 | 36 | E | 14 | 13C | 33 | 3A |
Octal | 313 | 136 | 256 | 0 | 66 | 16 | 24 | 474 | 63 | 72 |
Binary | 11001011 | 1011110 | 10101110 | 0 | 110110 | 1110 | 10100 | 100111100 | 110011 | 111010 |
Color Harmonies of #CB5EAE
Complementary color
Monochromatic Colors of #CB5EAE
Black with #CB5EAE
Text Example
Text Example
White with #CB5EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5EAE; }
p { color: rgb(203,94,174); }
H1.HeaderClassName
{
color: #CB5EAE;
}
.AnyTagClassName
{
color: #CB5EAE;
}
</style>
background-color css
<style>
a { background-color: #CB5EAE; }
a { background-color: rgb(203,94,174); }
div.DivClassName
{
background-color: #CB5EAE;
}
.BgClassName
{
background-color: #CB5EAE;
}
</style>
border-color css
<style>
span { border-color: #CB5EAE; }
span { border-color: rgb(203,94,174); }
td.TdClassName
{
border-color: #CB5EAE;
}
.TagClassName
{
border-color: #CB5EAE;
}
</style>