Shades of Fuchsia #CB6CB2
Tints of Fuchsia #CB6CB2
RGB
CMYK
RGB Variations
Color information
#CB6CB2 (or 0xCB6CB2) is known color: Fuchsia. HEX triplet: CB, 6C and B2. RGB value is (203,108,178). Sum of RGB (Red+Green+Blue) = 203+108+178=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6CB2 is #34934D. Grayscale: #909090. Windows color (decimal): -3445582 or 11693259. OLE color: 11693259.
HSL color Cylindrical-coordinate representation of color #CB6CB2: hue angle of 315.79º 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 #CB6CB2 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 178 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.20 |
| HSL | 315.79º | 0.48% | 0.61% | - |
| HSV(B) | 315.79º | 0.47% | 0.8% | - |
| XYZ | 38.03 | 26.64 | 45.26 | - |
| YUV | 144.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 178 | 0 | 0.47 | 0.12 | 0.20 | 315.79 | 0.48 | 0.61 |
| Hex | CB | 6C | B2 | 0 | 2F | C | 14 | 13C | 30 | 3D |
| Octal | 313 | 154 | 262 | 0 | 57 | 14 | 24 | 474 | 60 | 75 |
| Binary | 11001011 | 1101100 | 10110010 | 0 | 101111 | 1100 | 10100 | 100111100 | 110000 | 111101 |
Color Harmonies of #CB6CB2
Complementary color
Monochromatic Colors of #CB6CB2
Black with #CB6CB2
Text Example
Text Example
White with #CB6CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CB2; }
p { color: rgb(203,108,178); }
H1.HeaderClassName
{
color: #CB6CB2;
}
.AnyTagClassName
{
color: #CB6CB2;
}
</style>
background-color css
<style>
a { background-color: #CB6CB2; }
a { background-color: rgb(203,108,178); }
div.DivClassName
{
background-color: #CB6CB2;
}
.BgClassName
{
background-color: #CB6CB2;
}
</style>
border-color css
<style>
span { border-color: #CB6CB2; }
span { border-color: rgb(203,108,178); }
td.TdClassName
{
border-color: #CB6CB2;
}
.TagClassName
{
border-color: #CB6CB2;
}
</style>