Shades of Fuchsia #CB6FB2
Tints of Fuchsia #CB6FB2
RGB
CMYK
RGB Variations
Color information
#CB6FB2 (or 0xCB6FB2) is known color: Fuchsia. HEX triplet: CB, 6F and B2. RGB value is (203,111,178). Sum of RGB (Red+Green+Blue) = 203+111+178=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6FB2 is #34904D. Grayscale: #919191. Windows color (decimal): -3444814 or 11694027. OLE color: 11694027.
HSL color Cylindrical-coordinate representation of color #CB6FB2: hue angle of 316.3º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB6FB2 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 178 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.20 |
| HSL | 316.3º | 0.47% | 0.62% | - |
| HSV(B) | 316.3º | 0.45% | 0.8% | - |
| XYZ | 38.35 | 27.28 | 45.36 | - |
| YUV | 146.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 178 | 0 | 0.45 | 0.12 | 0.20 | 316.3 | 0.47 | 0.62 |
| Hex | CB | 6F | B2 | 0 | 2D | C | 14 | 13C | 2F | 3E |
| Octal | 313 | 157 | 262 | 0 | 55 | 14 | 24 | 474 | 57 | 76 |
| Binary | 11001011 | 1101111 | 10110010 | 0 | 101101 | 1100 | 10100 | 100111100 | 101111 | 111110 |
Color Harmonies of #CB6FB2
Complementary color
Monochromatic Colors of #CB6FB2
Black with #CB6FB2
Text Example
Text Example
White with #CB6FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6FB2; }
p { color: rgb(203,111,178); }
H1.HeaderClassName
{
color: #CB6FB2;
}
.AnyTagClassName
{
color: #CB6FB2;
}
</style>
background-color css
<style>
a { background-color: #CB6FB2; }
a { background-color: rgb(203,111,178); }
div.DivClassName
{
background-color: #CB6FB2;
}
.BgClassName
{
background-color: #CB6FB2;
}
</style>
border-color css
<style>
span { border-color: #CB6FB2; }
span { border-color: rgb(203,111,178); }
td.TdClassName
{
border-color: #CB6FB2;
}
.TagClassName
{
border-color: #CB6FB2;
}
</style>