Shades of Fuchsia #CB54C1
Tints of Fuchsia #CB54C1
RGB
CMYK
RGB Variations
Color information
#CB54C1 (or 0xCB54C1) is known color: Fuchsia. HEX triplet: CB, 54 and C1. RGB value is (203,84,193). Sum of RGB (Red+Green+Blue) = 203+84+193=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CB54C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB54C1 is #34AB3E. Grayscale: #838383. Windows color (decimal): -3451711 or 12670155. OLE color: 12670155.
HSL color Cylindrical-coordinate representation of color #CB54C1: hue angle of 305.04º 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 #CB54C1 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 193 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.20 |
| HSL | 305.04º | 0.53% | 0.56% | - |
| HSV(B) | 305.04º | 0.59% | 0.8% | - |
| XYZ | 37.42 | 22.89 | 52.9 | - |
| YUV | 132.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 193 | 0 | 0.59 | 0.05 | 0.20 | 305.04 | 0.53 | 0.56 |
| Hex | CB | 54 | C1 | 0 | 3B | 5 | 14 | 131 | 35 | 38 |
| Octal | 313 | 124 | 301 | 0 | 73 | 5 | 24 | 461 | 65 | 70 |
| Binary | 11001011 | 1010100 | 11000001 | 0 | 111011 | 101 | 10100 | 100110001 | 110101 | 111000 |
Color Harmonies of #CB54C1
Complementary color
Monochromatic Colors of #CB54C1
Black with #CB54C1
Text Example
Text Example
White with #CB54C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB54C1; }
p { color: rgb(203,84,193); }
H1.HeaderClassName
{
color: #CB54C1;
}
.AnyTagClassName
{
color: #CB54C1;
}
</style>
background-color css
<style>
a { background-color: #CB54C1; }
a { background-color: rgb(203,84,193); }
div.DivClassName
{
background-color: #CB54C1;
}
.BgClassName
{
background-color: #CB54C1;
}
</style>
border-color css
<style>
span { border-color: #CB54C1; }
span { border-color: rgb(203,84,193); }
td.TdClassName
{
border-color: #CB54C1;
}
.TagClassName
{
border-color: #CB54C1;
}
</style>