Shades of Fuchsia #CB5CC5
Tints of Fuchsia #CB5CC5
RGB
CMYK
RGB Variations
Color information
#CB5CC5 (or 0xCB5CC5) is known color: Fuchsia. HEX triplet: CB, 5C and C5. RGB value is (203,92,197). Sum of RGB (Red+Green+Blue) = 203+92+197=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CC5 is #34A33A. Grayscale: #888888. Windows color (decimal): -3449659 or 12934347. OLE color: 12934347.
HSL color Cylindrical-coordinate representation of color #CB5CC5: hue angle of 303.24º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5CC5 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 197 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.20 |
| HSL | 303.24º | 0.52% | 0.58% | - |
| HSV(B) | 303.24º | 0.55% | 0.8% | - |
| XYZ | 38.53 | 24.38 | 55.5 | - |
| YUV | 137.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 197 | 0 | 0.55 | 0.03 | 0.20 | 303.24 | 0.52 | 0.58 |
| Hex | CB | 5C | C5 | 0 | 37 | 3 | 14 | 12F | 34 | 3A |
| Octal | 313 | 134 | 305 | 0 | 67 | 3 | 24 | 457 | 64 | 72 |
| Binary | 11001011 | 1011100 | 11000101 | 0 | 110111 | 11 | 10100 | 100101111 | 110100 | 111010 |
Color Harmonies of #CB5CC5
Complementary color
Monochromatic Colors of #CB5CC5
Black with #CB5CC5
Text Example
Text Example
White with #CB5CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CC5; }
p { color: rgb(203,92,197); }
H1.HeaderClassName
{
color: #CB5CC5;
}
.AnyTagClassName
{
color: #CB5CC5;
}
</style>
background-color css
<style>
a { background-color: #CB5CC5; }
a { background-color: rgb(203,92,197); }
div.DivClassName
{
background-color: #CB5CC5;
}
.BgClassName
{
background-color: #CB5CC5;
}
</style>
border-color css
<style>
span { border-color: #CB5CC5; }
span { border-color: rgb(203,92,197); }
td.TdClassName
{
border-color: #CB5CC5;
}
.TagClassName
{
border-color: #CB5CC5;
}
</style>