Shades of Fuchsia #CB6BBE
Tints of Fuchsia #CB6BBE
RGB
CMYK
RGB Variations
Color information
#CB6BBE (or 0xCB6BBE) is known color: Fuchsia. HEX triplet: CB, 6B and BE. RGB value is (203,107,190). Sum of RGB (Red+Green+Blue) = 203+107+190=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BBE is #349441. Grayscale: #909090. Windows color (decimal): -3445826 or 12479435. OLE color: 12479435.
HSL color Cylindrical-coordinate representation of color #CB6BBE: hue angle of 308.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6BBE is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 107 | 190 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.20 |
| HSL | 308.13º | 0.48% | 0.61% | - |
| HSV(B) | 308.13º | 0.47% | 0.8% | - |
| XYZ | 39.18 | 26.93 | 51.85 | - |
| YUV | 145.17 | 153.3 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 190 | 0 | 0.47 | 0.06 | 0.20 | 308.13 | 0.48 | 0.61 |
| Hex | CB | 6B | BE | 0 | 2F | 6 | 14 | 134 | 30 | 3D |
| Octal | 313 | 153 | 276 | 0 | 57 | 6 | 24 | 464 | 60 | 75 |
| Binary | 11001011 | 1101011 | 10111110 | 0 | 101111 | 110 | 10100 | 100110100 | 110000 | 111101 |
Color Harmonies of #CB6BBE
Complementary color
Monochromatic Colors of #CB6BBE
Black with #CB6BBE
Text Example
Text Example
White with #CB6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6BBE; }
p { color: rgb(203,107,190); }
H1.HeaderClassName
{
color: #CB6BBE;
}
.AnyTagClassName
{
color: #CB6BBE;
}
</style>
background-color css
<style>
a { background-color: #CB6BBE; }
a { background-color: rgb(203,107,190); }
div.DivClassName
{
background-color: #CB6BBE;
}
.BgClassName
{
background-color: #CB6BBE;
}
</style>
border-color css
<style>
span { border-color: #CB6BBE; }
span { border-color: rgb(203,107,190); }
td.TdClassName
{
border-color: #CB6BBE;
}
.TagClassName
{
border-color: #CB6BBE;
}
</style>