Shades of Fuchsia #CB55CC
Tints of Fuchsia #CB55CC
RGB
CMYK
RGB Variations
Color information
#CB55CC (or 0xCB55CC) is known color: Fuchsia. HEX triplet: CB, 55 and CC. RGB value is (203,85,204). Sum of RGB (Red+Green+Blue) = 203+85+204=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB55CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55CC is #34AA33. Grayscale: #858585. Windows color (decimal): -3451444 or 13391307. OLE color: 13391307.
HSL color Cylindrical-coordinate representation of color #CB55CC: hue angle of 299.5º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB55CC is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 85 | 204 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.2 |
| HSL | 299.5º | 0.54% | 0.57% | - |
| HSV(B) | 299.5º | 0.58% | 0.8% | - |
| XYZ | 38.78 | 23.55 | 59.63 | - |
| YUV | 133.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 204 | 0.00 | 0.58 | 0 | 0.2 | 299.5 | 0.54 | 0.57 |
| Hex | CB | 55 | CC | 0 | 3A | 0 | 14 | 12B | 36 | 39 |
| Octal | 313 | 125 | 314 | 0 | 72 | 0 | 24 | 453 | 66 | 71 |
| Binary | 11001011 | 1010101 | 11001100 | 0 | 111010 | 0 | 10100 | 100101011 | 110110 | 111001 |
Color Harmonies of #CB55CC
Complementary color
Monochromatic Colors of #CB55CC
Black with #CB55CC
Text Example
Text Example
White with #CB55CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB55CC; }
p { color: rgb(203,85,204); }
H1.HeaderClassName
{
color: #CB55CC;
}
.AnyTagClassName
{
color: #CB55CC;
}
</style>
background-color css
<style>
a { background-color: #CB55CC; }
a { background-color: rgb(203,85,204); }
div.DivClassName
{
background-color: #CB55CC;
}
.BgClassName
{
background-color: #CB55CC;
}
</style>
border-color css
<style>
span { border-color: #CB55CC; }
span { border-color: rgb(203,85,204); }
td.TdClassName
{
border-color: #CB55CC;
}
.TagClassName
{
border-color: #CB55CC;
}
</style>