Shades of Fuchsia #CB54BD
Tints of Fuchsia #CB54BD
RGB
CMYK
RGB Variations
Color information
#CB54BD (or 0xCB54BD) is known color: Fuchsia. HEX triplet: CB, 54 and BD. RGB value is (203,84,189). Sum of RGB (Red+Green+Blue) = 203+84+189=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB54BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB54BD is #34AB42. Grayscale: #838383. Windows color (decimal): -3451715 or 12408011. OLE color: 12408011.
HSL color Cylindrical-coordinate representation of color #CB54BD: hue angle of 307.06º 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 #CB54BD is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 189 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.20 |
| HSL | 307.06º | 0.53% | 0.56% | - |
| HSV(B) | 307.06º | 0.59% | 0.8% | - |
| XYZ | 36.98 | 22.71 | 50.58 | - |
| YUV | 131.55 | 160.42 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 189 | 0 | 0.59 | 0.07 | 0.20 | 307.06 | 0.53 | 0.56 |
| Hex | CB | 54 | BD | 0 | 3B | 7 | 14 | 133 | 35 | 38 |
| Octal | 313 | 124 | 275 | 0 | 73 | 7 | 24 | 463 | 65 | 70 |
| Binary | 11001011 | 1010100 | 10111101 | 0 | 111011 | 111 | 10100 | 100110011 | 110101 | 111000 |
Color Harmonies of #CB54BD
Complementary color
Monochromatic Colors of #CB54BD
Black with #CB54BD
Text Example
Text Example
White with #CB54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB54BD; }
p { color: rgb(203,84,189); }
H1.HeaderClassName
{
color: #CB54BD;
}
.AnyTagClassName
{
color: #CB54BD;
}
</style>
background-color css
<style>
a { background-color: #CB54BD; }
a { background-color: rgb(203,84,189); }
div.DivClassName
{
background-color: #CB54BD;
}
.BgClassName
{
background-color: #CB54BD;
}
</style>
border-color css
<style>
span { border-color: #CB54BD; }
span { border-color: rgb(203,84,189); }
td.TdClassName
{
border-color: #CB54BD;
}
.TagClassName
{
border-color: #CB54BD;
}
</style>