Shades of Fuchsia #CB54CB
Tints of Fuchsia #CB54CB
RGB
CMYK
RGB Variations
Color information
#CB54CB (or 0xCB54CB) is known color: Fuchsia. HEX triplet: CB, 54 and CB. RGB value is (203,84,203). Sum of RGB (Red+Green+Blue) = 203+84+203=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB54CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB54CB is #34AB34. Grayscale: #848484. Windows color (decimal): -3451701 or 13325515. OLE color: 13325515.
HSL color Cylindrical-coordinate representation of color #CB54CB: hue angle of 300º 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 #CB54CB is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 203 | - |
| CMYK | 0 | 0.59 | 0 | 0.20 |
| HSL | 300º | 0.53% | 0.56% | - |
| HSV(B) | 300º | 0.59% | 0.8% | - |
| XYZ | 38.58 | 23.35 | 58.97 | - |
| YUV | 133.15 | 167.42 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 203 | 0 | 0.59 | 0 | 0.20 | 300 | 0.53 | 0.56 |
| Hex | CB | 54 | CB | 0 | 3B | 0 | 14 | 12C | 35 | 38 |
| Octal | 313 | 124 | 313 | 0 | 73 | 0 | 24 | 454 | 65 | 70 |
| Binary | 11001011 | 1010100 | 11001011 | 0 | 111011 | 0 | 10100 | 100101100 | 110101 | 111000 |
Color Harmonies of #CB54CB
Complementary color
Monochromatic Colors of #CB54CB
Black with #CB54CB
Text Example
Text Example
White with #CB54CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB54CB; }
p { color: rgb(203,84,203); }
H1.HeaderClassName
{
color: #CB54CB;
}
.AnyTagClassName
{
color: #CB54CB;
}
</style>
background-color css
<style>
a { background-color: #CB54CB; }
a { background-color: rgb(203,84,203); }
div.DivClassName
{
background-color: #CB54CB;
}
.BgClassName
{
background-color: #CB54CB;
}
</style>
border-color css
<style>
span { border-color: #CB54CB; }
span { border-color: rgb(203,84,203); }
td.TdClassName
{
border-color: #CB54CB;
}
.TagClassName
{
border-color: #CB54CB;
}
</style>