Shades of Fuchsia #CB54C3
Tints of Fuchsia #CB54C3
RGB
CMYK
RGB Variations
Color information
#CB54C3 (or 0xCB54C3) is known color: Fuchsia. HEX triplet: CB, 54 and C3. RGB value is (203,84,195). Sum of RGB (Red+Green+Blue) = 203+84+195=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB54C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB54C3 is #34AB3C. Grayscale: #838383. Windows color (decimal): -3451709 or 12801227. OLE color: 12801227.
HSL color Cylindrical-coordinate representation of color #CB54C3: hue angle of 304.03º 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 #CB54C3 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 195 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.20 |
| HSL | 304.03º | 0.53% | 0.56% | - |
| HSV(B) | 304.03º | 0.59% | 0.8% | - |
| XYZ | 37.65 | 22.98 | 54.08 | - |
| YUV | 132.24 | 163.42 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 195 | 0 | 0.59 | 0.04 | 0.20 | 304.03 | 0.53 | 0.56 |
| Hex | CB | 54 | C3 | 0 | 3B | 4 | 14 | 130 | 35 | 38 |
| Octal | 313 | 124 | 303 | 0 | 73 | 4 | 24 | 460 | 65 | 70 |
| Binary | 11001011 | 1010100 | 11000011 | 0 | 111011 | 100 | 10100 | 100110000 | 110101 | 111000 |
Color Harmonies of #CB54C3
Complementary color
Monochromatic Colors of #CB54C3
Black with #CB54C3
Text Example
Text Example
White with #CB54C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB54C3; }
p { color: rgb(203,84,195); }
H1.HeaderClassName
{
color: #CB54C3;
}
.AnyTagClassName
{
color: #CB54C3;
}
</style>
background-color css
<style>
a { background-color: #CB54C3; }
a { background-color: rgb(203,84,195); }
div.DivClassName
{
background-color: #CB54C3;
}
.BgClassName
{
background-color: #CB54C3;
}
</style>
border-color css
<style>
span { border-color: #CB54C3; }
span { border-color: rgb(203,84,195); }
td.TdClassName
{
border-color: #CB54C3;
}
.TagClassName
{
border-color: #CB54C3;
}
</style>