Shades of Fuchsia #CB4ECB
Tints of Fuchsia #CB4ECB
RGB
CMYK
RGB Variations
Color information
#CB4ECB (or 0xCB4ECB) is known color: Fuchsia. HEX triplet: CB, 4E and CB. RGB value is (203,78,203). Sum of RGB (Red+Green+Blue) = 203+78+203=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB4ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4ECB is #34B134. Grayscale: #818181. Windows color (decimal): -3453237 or 13323979. OLE color: 13323979.
HSL color Cylindrical-coordinate representation of color #CB4ECB: hue angle of 300º 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 #CB4ECB is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 78 | 203 | - |
| CMYK | 0 | 0.62 | 0 | 0.20 |
| HSL | 300º | 0.55% | 0.55% | - |
| HSV(B) | 300º | 0.62% | 0.8% | - |
| XYZ | 38.13 | 22.46 | 58.82 | - |
| YUV | 129.63 | 169.41 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 203 | 0 | 0.62 | 0 | 0.20 | 300 | 0.55 | 0.55 |
| Hex | CB | 4E | CB | 0 | 3E | 0 | 14 | 12C | 37 | 37 |
| Octal | 313 | 116 | 313 | 0 | 76 | 0 | 24 | 454 | 67 | 67 |
| Binary | 11001011 | 1001110 | 11001011 | 0 | 111110 | 0 | 10100 | 100101100 | 110111 | 110111 |
Color Harmonies of #CB4ECB
Complementary color
Monochromatic Colors of #CB4ECB
Black with #CB4ECB
Text Example
Text Example
White with #CB4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4ECB; }
p { color: rgb(203,78,203); }
H1.HeaderClassName
{
color: #CB4ECB;
}
.AnyTagClassName
{
color: #CB4ECB;
}
</style>
background-color css
<style>
a { background-color: #CB4ECB; }
a { background-color: rgb(203,78,203); }
div.DivClassName
{
background-color: #CB4ECB;
}
.BgClassName
{
background-color: #CB4ECB;
}
</style>
border-color css
<style>
span { border-color: #CB4ECB; }
span { border-color: rgb(203,78,203); }
td.TdClassName
{
border-color: #CB4ECB;
}
.TagClassName
{
border-color: #CB4ECB;
}
</style>