Shades of Fuchsia #CB5DC0
Tints of Fuchsia #CB5DC0
RGB
CMYK
RGB Variations
Color information
#CB5DC0 (or 0xCB5DC0) is known color: Fuchsia. HEX triplet: CB, 5D and C0. RGB value is (203,93,192). Sum of RGB (Red+Green+Blue) = 203+93+192=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DC0 is #34A23F. Grayscale: #888888. Windows color (decimal): -3449408 or 12606923. OLE color: 12606923.
HSL color Cylindrical-coordinate representation of color #CB5DC0: hue angle of 306º 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 #CB5DC0 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 192 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.20 |
| HSL | 306º | 0.51% | 0.58% | - |
| HSV(B) | 306º | 0.54% | 0.8% | - |
| XYZ | 38.06 | 24.33 | 52.56 | - |
| YUV | 137.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 192 | 0 | 0.54 | 0.05 | 0.20 | 306 | 0.51 | 0.58 |
| Hex | CB | 5D | C0 | 0 | 36 | 5 | 14 | 132 | 33 | 3A |
| Octal | 313 | 135 | 300 | 0 | 66 | 5 | 24 | 462 | 63 | 72 |
| Binary | 11001011 | 1011101 | 11000000 | 0 | 110110 | 101 | 10100 | 100110010 | 110011 | 111010 |
Color Harmonies of #CB5DC0
Complementary color
Monochromatic Colors of #CB5DC0
Black with #CB5DC0
Text Example
Text Example
White with #CB5DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DC0; }
p { color: rgb(203,93,192); }
H1.HeaderClassName
{
color: #CB5DC0;
}
.AnyTagClassName
{
color: #CB5DC0;
}
</style>
background-color css
<style>
a { background-color: #CB5DC0; }
a { background-color: rgb(203,93,192); }
div.DivClassName
{
background-color: #CB5DC0;
}
.BgClassName
{
background-color: #CB5DC0;
}
</style>
border-color css
<style>
span { border-color: #CB5DC0; }
span { border-color: rgb(203,93,192); }
td.TdClassName
{
border-color: #CB5DC0;
}
.TagClassName
{
border-color: #CB5DC0;
}
</style>