Shades of Fuchsia #CB5DCC
Tints of Fuchsia #CB5DCC
RGB
CMYK
RGB Variations
Color information
#CB5DCC (or 0xCB5DCC) is known color: Fuchsia. HEX triplet: CB, 5D and CC. RGB value is (203,93,204). Sum of RGB (Red+Green+Blue) = 203+93+204=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB5DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DCC is #34A233. Grayscale: #8A8A8A. Windows color (decimal): -3449396 or 13393355. OLE color: 13393355.
HSL color Cylindrical-coordinate representation of color #CB5DCC: hue angle of 299.46º degrees, saturation: 0.52, 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 #CB5DCC is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 93 | 204 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.2 |
| HSL | 299.46º | 0.52% | 0.58% | - |
| HSV(B) | 299.46º | 0.54% | 0.8% | - |
| XYZ | 39.44 | 24.88 | 59.85 | - |
| YUV | 138.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 204 | 0.00 | 0.54 | 0 | 0.2 | 299.46 | 0.52 | 0.58 |
| Hex | CB | 5D | CC | 0 | 36 | 0 | 14 | 12B | 34 | 3A |
| Octal | 313 | 135 | 314 | 0 | 66 | 0 | 24 | 453 | 64 | 72 |
| Binary | 11001011 | 1011101 | 11001100 | 0 | 110110 | 0 | 10100 | 100101011 | 110100 | 111010 |
Color Harmonies of #CB5DCC
Complementary color
Monochromatic Colors of #CB5DCC
Black with #CB5DCC
Text Example
Text Example
White with #CB5DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DCC; }
p { color: rgb(203,93,204); }
H1.HeaderClassName
{
color: #CB5DCC;
}
.AnyTagClassName
{
color: #CB5DCC;
}
</style>
background-color css
<style>
a { background-color: #CB5DCC; }
a { background-color: rgb(203,93,204); }
div.DivClassName
{
background-color: #CB5DCC;
}
.BgClassName
{
background-color: #CB5DCC;
}
</style>
border-color css
<style>
span { border-color: #CB5DCC; }
span { border-color: rgb(203,93,204); }
td.TdClassName
{
border-color: #CB5DCC;
}
.TagClassName
{
border-color: #CB5DCC;
}
</style>