Shades of Fuchsia #CB5ECE
Tints of Fuchsia #CB5ECE
RGB
CMYK
RGB Variations
Color information
#CB5ECE (or 0xCB5ECE) is known color: Fuchsia. HEX triplet: CB, 5E and CE. RGB value is (203,94,206). Sum of RGB (Red+Green+Blue) = 203+94+206=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB5ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ECE is #34A131. Grayscale: #8B8B8B. Windows color (decimal): -3449138 or 13524683. OLE color: 13524683.
HSL color Cylindrical-coordinate representation of color #CB5ECE: hue angle of 298.39º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5ECE is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 94 | 206 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.19 |
| HSL | 298.39º | 0.53% | 0.59% | - |
| HSV(B) | 298.39º | 0.54% | 0.81% | - |
| XYZ | 39.77 | 25.16 | 61.15 | - |
| YUV | 139.36 | 165.61 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 206 | 0.01 | 0.54 | 0 | 0.19 | 298.39 | 0.53 | 0.59 |
| Hex | CB | 5E | CE | 1 | 36 | 0 | 13 | 12A | 35 | 3B |
| Octal | 313 | 136 | 316 | 1 | 66 | 0 | 23 | 452 | 65 | 73 |
| Binary | 11001011 | 1011110 | 11001110 | 1 | 110110 | 0 | 10011 | 100101010 | 110101 | 111011 |
Color Harmonies of #CB5ECE
Complementary color
Monochromatic Colors of #CB5ECE
Black with #CB5ECE
Text Example
Text Example
White with #CB5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5ECE; }
p { color: rgb(203,94,206); }
H1.HeaderClassName
{
color: #CB5ECE;
}
.AnyTagClassName
{
color: #CB5ECE;
}
</style>
background-color css
<style>
a { background-color: #CB5ECE; }
a { background-color: rgb(203,94,206); }
div.DivClassName
{
background-color: #CB5ECE;
}
.BgClassName
{
background-color: #CB5ECE;
}
</style>
border-color css
<style>
span { border-color: #CB5ECE; }
span { border-color: rgb(203,94,206); }
td.TdClassName
{
border-color: #CB5ECE;
}
.TagClassName
{
border-color: #CB5ECE;
}
</style>