Shades of Fuchsia #CB70B7
Tints of Fuchsia #CB70B7
RGB
CMYK
RGB Variations
Color information
#CB70B7 (or 0xCB70B7) is known color: Fuchsia. HEX triplet: CB, 70 and B7. RGB value is (203,112,183). Sum of RGB (Red+Green+Blue) = 203+112+183=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CB70B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70B7 is #348F48. Grayscale: #939393. Windows color (decimal): -3444553 or 12021963. OLE color: 12021963.
HSL color Cylindrical-coordinate representation of color #CB70B7: hue angle of 313.19º 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 #CB70B7 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 183 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.20 |
| HSL | 313.19º | 0.47% | 0.62% | - |
| HSV(B) | 313.19º | 0.45% | 0.8% | - |
| XYZ | 38.97 | 27.7 | 48.09 | - |
| YUV | 147.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 183 | 0 | 0.45 | 0.10 | 0.20 | 313.19 | 0.47 | 0.62 |
| Hex | CB | 70 | B7 | 0 | 2D | A | 14 | 139 | 2F | 3E |
| Octal | 313 | 160 | 267 | 0 | 55 | 12 | 24 | 471 | 57 | 76 |
| Binary | 11001011 | 1110000 | 10110111 | 0 | 101101 | 1010 | 10100 | 100111001 | 101111 | 111110 |
Color Harmonies of #CB70B7
Complementary color
Monochromatic Colors of #CB70B7
Black with #CB70B7
Text Example
Text Example
White with #CB70B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB70B7; }
p { color: rgb(203,112,183); }
H1.HeaderClassName
{
color: #CB70B7;
}
.AnyTagClassName
{
color: #CB70B7;
}
</style>
background-color css
<style>
a { background-color: #CB70B7; }
a { background-color: rgb(203,112,183); }
div.DivClassName
{
background-color: #CB70B7;
}
.BgClassName
{
background-color: #CB70B7;
}
</style>
border-color css
<style>
span { border-color: #CB70B7; }
span { border-color: rgb(203,112,183); }
td.TdClassName
{
border-color: #CB70B7;
}
.TagClassName
{
border-color: #CB70B7;
}
</style>