Shades of Fuchsia #CB5CCE
Tints of Fuchsia #CB5CCE
RGB
CMYK
RGB Variations
Color information
#CB5CCE (or 0xCB5CCE) is known color: Fuchsia. HEX triplet: CB, 5C and CE. RGB value is (203,92,206). Sum of RGB (Red+Green+Blue) = 203+92+206=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB5CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CCE is #34A331. Grayscale: #898989. Windows color (decimal): -3449650 or 13524171. OLE color: 13524171.
HSL color Cylindrical-coordinate representation of color #CB5CCE: hue angle of 298.42º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5CCE is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 92 | 206 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.19 |
| HSL | 298.42º | 0.54% | 0.58% | - |
| HSV(B) | 298.42º | 0.55% | 0.81% | - |
| XYZ | 39.6 | 24.81 | 61.09 | - |
| YUV | 138.19 | 166.27 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 206 | 0.01 | 0.55 | 0 | 0.19 | 298.42 | 0.54 | 0.58 |
| Hex | CB | 5C | CE | 1 | 37 | 0 | 13 | 12A | 36 | 3A |
| Octal | 313 | 134 | 316 | 1 | 67 | 0 | 23 | 452 | 66 | 72 |
| Binary | 11001011 | 1011100 | 11001110 | 1 | 110111 | 0 | 10011 | 100101010 | 110110 | 111010 |
Color Harmonies of #CB5CCE
Complementary color
Monochromatic Colors of #CB5CCE
Black with #CB5CCE
Text Example
Text Example
White with #CB5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CCE; }
p { color: rgb(203,92,206); }
H1.HeaderClassName
{
color: #CB5CCE;
}
.AnyTagClassName
{
color: #CB5CCE;
}
</style>
background-color css
<style>
a { background-color: #CB5CCE; }
a { background-color: rgb(203,92,206); }
div.DivClassName
{
background-color: #CB5CCE;
}
.BgClassName
{
background-color: #CB5CCE;
}
</style>
border-color css
<style>
span { border-color: #CB5CCE; }
span { border-color: rgb(203,92,206); }
td.TdClassName
{
border-color: #CB5CCE;
}
.TagClassName
{
border-color: #CB5CCE;
}
</style>