Shades of Fuchsia #CB54C7
Tints of Fuchsia #CB54C7
RGB
CMYK
RGB Variations
Color information
#CB54C7 (or 0xCB54C7) is known color: Fuchsia. HEX triplet: CB, 54 and C7. RGB value is (203,84,199). Sum of RGB (Red+Green+Blue) = 203+84+199=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB54C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB54C7 is #34AB38. Grayscale: #848484. Windows color (decimal): -3451705 or 13063371. OLE color: 13063371.
HSL color Cylindrical-coordinate representation of color #CB54C7: hue angle of 302.02º 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 #CB54C7 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 199 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.20 |
| HSL | 302.02º | 0.53% | 0.56% | - |
| HSV(B) | 302.02º | 0.59% | 0.8% | - |
| XYZ | 38.11 | 23.16 | 56.49 | - |
| YUV | 132.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 199 | 0 | 0.59 | 0.02 | 0.20 | 302.02 | 0.53 | 0.56 |
| Hex | CB | 54 | C7 | 0 | 3B | 2 | 14 | 12E | 35 | 38 |
| Octal | 313 | 124 | 307 | 0 | 73 | 2 | 24 | 456 | 65 | 70 |
| Binary | 11001011 | 1010100 | 11000111 | 0 | 111011 | 10 | 10100 | 100101110 | 110101 | 111000 |
Color Harmonies of #CB54C7
Complementary color
Monochromatic Colors of #CB54C7
Black with #CB54C7
Text Example
Text Example
White with #CB54C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB54C7; }
p { color: rgb(203,84,199); }
H1.HeaderClassName
{
color: #CB54C7;
}
.AnyTagClassName
{
color: #CB54C7;
}
</style>
background-color css
<style>
a { background-color: #CB54C7; }
a { background-color: rgb(203,84,199); }
div.DivClassName
{
background-color: #CB54C7;
}
.BgClassName
{
background-color: #CB54C7;
}
</style>
border-color css
<style>
span { border-color: #CB54C7; }
span { border-color: rgb(203,84,199); }
td.TdClassName
{
border-color: #CB54C7;
}
.TagClassName
{
border-color: #CB54C7;
}
</style>