Shades of Fuchsia #CB54C0
Tints of Fuchsia #CB54C0
RGB
CMYK
RGB Variations
Color information
#CB54C0 (or 0xCB54C0) is known color: Fuchsia. HEX triplet: CB, 54 and C0. RGB value is (203,84,192). Sum of RGB (Red+Green+Blue) = 203+84+192=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB54C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB54C0 is #34AB3F. Grayscale: #838383. Windows color (decimal): -3451712 or 12604619. OLE color: 12604619.
HSL color Cylindrical-coordinate representation of color #CB54C0: hue angle of 305.55º 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 #CB54C0 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 192 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.20 |
| HSL | 305.55º | 0.53% | 0.56% | - |
| HSV(B) | 305.55º | 0.59% | 0.8% | - |
| XYZ | 37.31 | 22.84 | 52.31 | - |
| YUV | 131.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 192 | 0 | 0.59 | 0.05 | 0.20 | 305.55 | 0.53 | 0.56 |
| Hex | CB | 54 | C0 | 0 | 3B | 5 | 14 | 132 | 35 | 38 |
| Octal | 313 | 124 | 300 | 0 | 73 | 5 | 24 | 462 | 65 | 70 |
| Binary | 11001011 | 1010100 | 11000000 | 0 | 111011 | 101 | 10100 | 100110010 | 110101 | 111000 |
Color Harmonies of #CB54C0
Complementary color
Monochromatic Colors of #CB54C0
Black with #CB54C0
Text Example
Text Example
White with #CB54C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB54C0; }
p { color: rgb(203,84,192); }
H1.HeaderClassName
{
color: #CB54C0;
}
.AnyTagClassName
{
color: #CB54C0;
}
</style>
background-color css
<style>
a { background-color: #CB54C0; }
a { background-color: rgb(203,84,192); }
div.DivClassName
{
background-color: #CB54C0;
}
.BgClassName
{
background-color: #CB54C0;
}
</style>
border-color css
<style>
span { border-color: #CB54C0; }
span { border-color: rgb(203,84,192); }
td.TdClassName
{
border-color: #CB54C0;
}
.TagClassName
{
border-color: #CB54C0;
}
</style>