Shades of Fuchsia #CB5DC3
Tints of Fuchsia #CB5DC3
RGB
CMYK
RGB Variations
Color information
#CB5DC3 (or 0xCB5DC3) is known color: Fuchsia. HEX triplet: CB, 5D and C3. RGB value is (203,93,195). Sum of RGB (Red+Green+Blue) = 203+93+195=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DC3 is #34A23C. Grayscale: #898989. Windows color (decimal): -3449405 or 12803531. OLE color: 12803531.
HSL color Cylindrical-coordinate representation of color #CB5DC3: hue angle of 304.36º 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 #CB5DC3 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 195 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.20 |
| HSL | 304.36º | 0.51% | 0.58% | - |
| HSV(B) | 304.36º | 0.54% | 0.8% | - |
| XYZ | 38.39 | 24.47 | 54.33 | - |
| YUV | 137.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 195 | 0 | 0.54 | 0.04 | 0.20 | 304.36 | 0.51 | 0.58 |
| Hex | CB | 5D | C3 | 0 | 36 | 4 | 14 | 130 | 33 | 3A |
| Octal | 313 | 135 | 303 | 0 | 66 | 4 | 24 | 460 | 63 | 72 |
| Binary | 11001011 | 1011101 | 11000011 | 0 | 110110 | 100 | 10100 | 100110000 | 110011 | 111010 |
Color Harmonies of #CB5DC3
Complementary color
Monochromatic Colors of #CB5DC3
Black with #CB5DC3
Text Example
Text Example
White with #CB5DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5DC3; }
p { color: rgb(203,93,195); }
H1.HeaderClassName
{
color: #CB5DC3;
}
.AnyTagClassName
{
color: #CB5DC3;
}
</style>
background-color css
<style>
a { background-color: #CB5DC3; }
a { background-color: rgb(203,93,195); }
div.DivClassName
{
background-color: #CB5DC3;
}
.BgClassName
{
background-color: #CB5DC3;
}
</style>
border-color css
<style>
span { border-color: #CB5DC3; }
span { border-color: rgb(203,93,195); }
td.TdClassName
{
border-color: #CB5DC3;
}
.TagClassName
{
border-color: #CB5DC3;
}
</style>