Shades of Fuchsia #CB5DC8
Tints of Fuchsia #CB5DC8
RGB
CMYK
RGB Variations
Color information
#CB5DC8 (or 0xCB5DC8) is known color: Fuchsia. HEX triplet: CB, 5D and C8. RGB value is (203,93,200). Sum of RGB (Red+Green+Blue) = 203+93+200=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DC8 is #34A237. Grayscale: #898989. Windows color (decimal): -3449400 or 13131211. OLE color: 13131211.
HSL color Cylindrical-coordinate representation of color #CB5DC8: hue angle of 301.64º 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 #CB5DC8 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 200 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.20 |
| HSL | 301.64º | 0.51% | 0.58% | - |
| HSV(B) | 301.64º | 0.54% | 0.8% | - |
| XYZ | 38.97 | 24.7 | 57.36 | - |
| YUV | 138.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 200 | 0 | 0.54 | 0.01 | 0.20 | 301.64 | 0.51 | 0.58 |
| Hex | CB | 5D | C8 | 0 | 36 | 1 | 14 | 12E | 33 | 3A |
| Octal | 313 | 135 | 310 | 0 | 66 | 1 | 24 | 456 | 63 | 72 |
| Binary | 11001011 | 1011101 | 11001000 | 0 | 110110 | 1 | 10100 | 100101110 | 110011 | 111010 |
Color Harmonies of #CB5DC8
Complementary color
Monochromatic Colors of #CB5DC8
Black with #CB5DC8
Text Example
Text Example
White with #CB5DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DC8; }
p { color: rgb(203,93,200); }
H1.HeaderClassName
{
color: #CB5DC8;
}
.AnyTagClassName
{
color: #CB5DC8;
}
</style>
background-color css
<style>
a { background-color: #CB5DC8; }
a { background-color: rgb(203,93,200); }
div.DivClassName
{
background-color: #CB5DC8;
}
.BgClassName
{
background-color: #CB5DC8;
}
</style>
border-color css
<style>
span { border-color: #CB5DC8; }
span { border-color: rgb(203,93,200); }
td.TdClassName
{
border-color: #CB5DC8;
}
.TagClassName
{
border-color: #CB5DC8;
}
</style>