Shades of Fuchsia #CB5DCE
Tints of Fuchsia #CB5DCE
RGB
CMYK
RGB Variations
Color information
#CB5DCE (or 0xCB5DCE) is known color: Fuchsia. HEX triplet: CB, 5D and CE. RGB value is (203,93,206). Sum of RGB (Red+Green+Blue) = 203+93+206=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB5DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DCE is #34A231. Grayscale: #8A8A8A. Windows color (decimal): -3449394 or 13524427. OLE color: 13524427.
HSL color Cylindrical-coordinate representation of color #CB5DCE: hue angle of 298.41º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5DCE is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 93 | 206 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.19 |
| HSL | 298.41º | 0.54% | 0.59% | - |
| HSV(B) | 298.41º | 0.55% | 0.81% | - |
| XYZ | 39.68 | 24.98 | 61.12 | - |
| YUV | 138.77 | 165.94 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 206 | 0.01 | 0.55 | 0 | 0.19 | 298.41 | 0.54 | 0.59 |
| Hex | CB | 5D | CE | 1 | 37 | 0 | 13 | 12A | 36 | 3B |
| Octal | 313 | 135 | 316 | 1 | 67 | 0 | 23 | 452 | 66 | 73 |
| Binary | 11001011 | 1011101 | 11001110 | 1 | 110111 | 0 | 10011 | 100101010 | 110110 | 111011 |
Color Harmonies of #CB5DCE
Complementary color
Monochromatic Colors of #CB5DCE
Black with #CB5DCE
Text Example
Text Example
White with #CB5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DCE; }
p { color: rgb(203,93,206); }
H1.HeaderClassName
{
color: #CB5DCE;
}
.AnyTagClassName
{
color: #CB5DCE;
}
</style>
background-color css
<style>
a { background-color: #CB5DCE; }
a { background-color: rgb(203,93,206); }
div.DivClassName
{
background-color: #CB5DCE;
}
.BgClassName
{
background-color: #CB5DCE;
}
</style>
border-color css
<style>
span { border-color: #CB5DCE; }
span { border-color: rgb(203,93,206); }
td.TdClassName
{
border-color: #CB5DCE;
}
.TagClassName
{
border-color: #CB5DCE;
}
</style>