Shades of Fuchsia #CB5BC2
Tints of Fuchsia #CB5BC2
RGB
CMYK
RGB Variations
Color information
#CB5BC2 (or 0xCB5BC2) is known color: Fuchsia. HEX triplet: CB, 5B and C2. RGB value is (203,91,194). Sum of RGB (Red+Green+Blue) = 203+91+194=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5BC2 is #34A43D. Grayscale: #878787. Windows color (decimal): -3449918 or 12737483. OLE color: 12737483.
HSL color Cylindrical-coordinate representation of color #CB5BC2: hue angle of 304.82º 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 #CB5BC2 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 194 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.20 |
| HSL | 304.82º | 0.52% | 0.58% | - |
| HSV(B) | 304.82º | 0.55% | 0.8% | - |
| XYZ | 38.11 | 24.07 | 53.68 | - |
| YUV | 136.23 | 160.61 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 194 | 0 | 0.55 | 0.04 | 0.20 | 304.82 | 0.52 | 0.58 |
| Hex | CB | 5B | C2 | 0 | 37 | 4 | 14 | 131 | 34 | 3A |
| Octal | 313 | 133 | 302 | 0 | 67 | 4 | 24 | 461 | 64 | 72 |
| Binary | 11001011 | 1011011 | 11000010 | 0 | 110111 | 100 | 10100 | 100110001 | 110100 | 111010 |
Color Harmonies of #CB5BC2
Complementary color
Monochromatic Colors of #CB5BC2
Black with #CB5BC2
Text Example
Text Example
White with #CB5BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5BC2; }
p { color: rgb(203,91,194); }
H1.HeaderClassName
{
color: #CB5BC2;
}
.AnyTagClassName
{
color: #CB5BC2;
}
</style>
background-color css
<style>
a { background-color: #CB5BC2; }
a { background-color: rgb(203,91,194); }
div.DivClassName
{
background-color: #CB5BC2;
}
.BgClassName
{
background-color: #CB5BC2;
}
</style>
border-color css
<style>
span { border-color: #CB5BC2; }
span { border-color: rgb(203,91,194); }
td.TdClassName
{
border-color: #CB5BC2;
}
.TagClassName
{
border-color: #CB5BC2;
}
</style>