Shades of Fuchsia #CB54BC
Tints of Fuchsia #CB54BC
RGB
CMYK
RGB Variations
Color information
#CB54BC (or 0xCB54BC) is known color: Fuchsia. HEX triplet: CB, 54 and BC. RGB value is (203,84,188). Sum of RGB (Red+Green+Blue) = 203+84+188=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB54BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB54BC is #34AB43. Grayscale: #838383. Windows color (decimal): -3451716 or 12342475. OLE color: 12342475.
HSL color Cylindrical-coordinate representation of color #CB54BC: hue angle of 307.56º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB54BC is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 188 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.20 |
| HSL | 307.56º | 0.53% | 0.56% | - |
| HSV(B) | 307.56º | 0.59% | 0.8% | - |
| XYZ | 36.88 | 22.67 | 50.01 | - |
| YUV | 131.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 188 | 0 | 0.59 | 0.07 | 0.20 | 307.56 | 0.53 | 0.56 |
| Hex | CB | 54 | BC | 0 | 3B | 7 | 14 | 134 | 35 | 38 |
| Octal | 313 | 124 | 274 | 0 | 73 | 7 | 24 | 464 | 65 | 70 |
| Binary | 11001011 | 1010100 | 10111100 | 0 | 111011 | 111 | 10100 | 100110100 | 110101 | 111000 |
Color Harmonies of #CB54BC
Complementary color
Monochromatic Colors of #CB54BC
Black with #CB54BC
Text Example
Text Example
White with #CB54BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB54BC; }
p { color: rgb(203,84,188); }
H1.HeaderClassName
{
color: #CB54BC;
}
.AnyTagClassName
{
color: #CB54BC;
}
</style>
background-color css
<style>
a { background-color: #CB54BC; }
a { background-color: rgb(203,84,188); }
div.DivClassName
{
background-color: #CB54BC;
}
.BgClassName
{
background-color: #CB54BC;
}
</style>
border-color css
<style>
span { border-color: #CB54BC; }
span { border-color: rgb(203,84,188); }
td.TdClassName
{
border-color: #CB54BC;
}
.TagClassName
{
border-color: #CB54BC;
}
</style>