Shades of Fuchsia #CB5CBD
Tints of Fuchsia #CB5CBD
RGB
CMYK
RGB Variations
Color information
#CB5CBD (or 0xCB5CBD) is known color: Fuchsia. HEX triplet: CB, 5C and BD. RGB value is (203,92,189). Sum of RGB (Red+Green+Blue) = 203+92+189=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CBD is #34A342. Grayscale: #878787. Windows color (decimal): -3449667 or 12410059. OLE color: 12410059.
HSL color Cylindrical-coordinate representation of color #CB5CBD: hue angle of 307.57º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5CBD is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 189 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.20 |
| HSL | 307.57º | 0.52% | 0.58% | - |
| HSV(B) | 307.57º | 0.55% | 0.8% | - |
| XYZ | 37.64 | 24.02 | 50.8 | - |
| YUV | 136.25 | 157.77 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 189 | 0 | 0.55 | 0.07 | 0.20 | 307.57 | 0.52 | 0.58 |
| Hex | CB | 5C | BD | 0 | 37 | 7 | 14 | 134 | 34 | 3A |
| Octal | 313 | 134 | 275 | 0 | 67 | 7 | 24 | 464 | 64 | 72 |
| Binary | 11001011 | 1011100 | 10111101 | 0 | 110111 | 111 | 10100 | 100110100 | 110100 | 111010 |
Color Harmonies of #CB5CBD
Complementary color
Monochromatic Colors of #CB5CBD
Black with #CB5CBD
Text Example
Text Example
White with #CB5CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CBD; }
p { color: rgb(203,92,189); }
H1.HeaderClassName
{
color: #CB5CBD;
}
.AnyTagClassName
{
color: #CB5CBD;
}
</style>
background-color css
<style>
a { background-color: #CB5CBD; }
a { background-color: rgb(203,92,189); }
div.DivClassName
{
background-color: #CB5CBD;
}
.BgClassName
{
background-color: #CB5CBD;
}
</style>
border-color css
<style>
span { border-color: #CB5CBD; }
span { border-color: rgb(203,92,189); }
td.TdClassName
{
border-color: #CB5CBD;
}
.TagClassName
{
border-color: #CB5CBD;
}
</style>