Shades of Fuchsia #CB55C8
Tints of Fuchsia #CB55C8
RGB
CMYK
RGB Variations
Color information
#CB55C8 (or 0xCB55C8) is known color: Fuchsia. HEX triplet: CB, 55 and C8. RGB value is (203,85,200). Sum of RGB (Red+Green+Blue) = 203+85+200=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB55C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55C8 is #34AA37. Grayscale: #858585. Windows color (decimal): -3451448 or 13129163. OLE color: 13129163.
HSL color Cylindrical-coordinate representation of color #CB55C8: hue angle of 301.53º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB55C8 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 200 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.20 |
| HSL | 301.53º | 0.53% | 0.56% | - |
| HSV(B) | 301.53º | 0.58% | 0.8% | - |
| XYZ | 38.3 | 23.36 | 57.13 | - |
| YUV | 133.39 | 165.59 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 200 | 0 | 0.58 | 0.01 | 0.20 | 301.53 | 0.53 | 0.56 |
| Hex | CB | 55 | C8 | 0 | 3A | 1 | 14 | 12E | 35 | 38 |
| Octal | 313 | 125 | 310 | 0 | 72 | 1 | 24 | 456 | 65 | 70 |
| Binary | 11001011 | 1010101 | 11001000 | 0 | 111010 | 1 | 10100 | 100101110 | 110101 | 111000 |
Color Harmonies of #CB55C8
Complementary color
Monochromatic Colors of #CB55C8
Black with #CB55C8
Text Example
Text Example
White with #CB55C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB55C8; }
p { color: rgb(203,85,200); }
H1.HeaderClassName
{
color: #CB55C8;
}
.AnyTagClassName
{
color: #CB55C8;
}
</style>
background-color css
<style>
a { background-color: #CB55C8; }
a { background-color: rgb(203,85,200); }
div.DivClassName
{
background-color: #CB55C8;
}
.BgClassName
{
background-color: #CB55C8;
}
</style>
border-color css
<style>
span { border-color: #CB55C8; }
span { border-color: rgb(203,85,200); }
td.TdClassName
{
border-color: #CB55C8;
}
.TagClassName
{
border-color: #CB55C8;
}
</style>