Shades of Fuchsia #CB5CBE
Tints of Fuchsia #CB5CBE
RGB
CMYK
RGB Variations
Color information
#CB5CBE (or 0xCB5CBE) is known color: Fuchsia. HEX triplet: CB, 5C and BE. RGB value is (203,92,190). Sum of RGB (Red+Green+Blue) = 203+92+190=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5CBE is #34A341. Grayscale: #888888. Windows color (decimal): -3449666 or 12475595. OLE color: 12475595.
HSL color Cylindrical-coordinate representation of color #CB5CBE: hue angle of 307.03º 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 #CB5CBE is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 190 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.20 |
| HSL | 307.03º | 0.52% | 0.58% | - |
| HSV(B) | 307.03º | 0.55% | 0.8% | - |
| XYZ | 37.75 | 24.07 | 51.37 | - |
| YUV | 136.36 | 158.27 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 190 | 0 | 0.55 | 0.06 | 0.20 | 307.03 | 0.52 | 0.58 |
| Hex | CB | 5C | BE | 0 | 37 | 6 | 14 | 133 | 34 | 3A |
| Octal | 313 | 134 | 276 | 0 | 67 | 6 | 24 | 463 | 64 | 72 |
| Binary | 11001011 | 1011100 | 10111110 | 0 | 110111 | 110 | 10100 | 100110011 | 110100 | 111010 |
Color Harmonies of #CB5CBE
Complementary color
Monochromatic Colors of #CB5CBE
Black with #CB5CBE
Text Example
Text Example
White with #CB5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CBE; }
p { color: rgb(203,92,190); }
H1.HeaderClassName
{
color: #CB5CBE;
}
.AnyTagClassName
{
color: #CB5CBE;
}
</style>
background-color css
<style>
a { background-color: #CB5CBE; }
a { background-color: rgb(203,92,190); }
div.DivClassName
{
background-color: #CB5CBE;
}
.BgClassName
{
background-color: #CB5CBE;
}
</style>
border-color css
<style>
span { border-color: #CB5CBE; }
span { border-color: rgb(203,92,190); }
td.TdClassName
{
border-color: #CB5CBE;
}
.TagClassName
{
border-color: #CB5CBE;
}
</style>