Shades of Fuchsia #CB4EC9
Tints of Fuchsia #CB4EC9
RGB
CMYK
RGB Variations
Color information
#CB4EC9 (or 0xCB4EC9) is known color: Fuchsia. HEX triplet: CB, 4E and C9. RGB value is (203,78,201). Sum of RGB (Red+Green+Blue) = 203+78+201=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4EC9 is #34B136. Grayscale: #818181. Windows color (decimal): -3453239 or 13192907. OLE color: 13192907.
HSL color Cylindrical-coordinate representation of color #CB4EC9: hue angle of 300.96º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4EC9 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 78 | 201 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.20 |
| HSL | 300.96º | 0.55% | 0.55% | - |
| HSV(B) | 300.96º | 0.62% | 0.8% | - |
| XYZ | 37.9 | 22.36 | 57.58 | - |
| YUV | 129.4 | 168.41 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 201 | 0 | 0.62 | 0.01 | 0.20 | 300.96 | 0.55 | 0.55 |
| Hex | CB | 4E | C9 | 0 | 3E | 1 | 14 | 12D | 37 | 37 |
| Octal | 313 | 116 | 311 | 0 | 76 | 1 | 24 | 455 | 67 | 67 |
| Binary | 11001011 | 1001110 | 11001001 | 0 | 111110 | 1 | 10100 | 100101101 | 110111 | 110111 |
Color Harmonies of #CB4EC9
Complementary color
Monochromatic Colors of #CB4EC9
Black with #CB4EC9
Text Example
Text Example
White with #CB4EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4EC9; }
p { color: rgb(203,78,201); }
H1.HeaderClassName
{
color: #CB4EC9;
}
.AnyTagClassName
{
color: #CB4EC9;
}
</style>
background-color css
<style>
a { background-color: #CB4EC9; }
a { background-color: rgb(203,78,201); }
div.DivClassName
{
background-color: #CB4EC9;
}
.BgClassName
{
background-color: #CB4EC9;
}
</style>
border-color css
<style>
span { border-color: #CB4EC9; }
span { border-color: rgb(203,78,201); }
td.TdClassName
{
border-color: #CB4EC9;
}
.TagClassName
{
border-color: #CB4EC9;
}
</style>