Shades of Fuchsia #CB70B3
Tints of Fuchsia #CB70B3
RGB
CMYK
RGB Variations
Color information
#CB70B3 (or 0xCB70B3) is known color: Fuchsia. HEX triplet: CB, 70 and B3. RGB value is (203,112,179). Sum of RGB (Red+Green+Blue) = 203+112+179=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB70B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70B3 is #348F4C. Grayscale: #929292. Windows color (decimal): -3444557 or 11759819. OLE color: 11759819.
HSL color Cylindrical-coordinate representation of color #CB70B3: hue angle of 315.82º 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 #CB70B3 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 179 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.20 |
| HSL | 315.82º | 0.47% | 0.62% | - |
| HSV(B) | 315.82º | 0.45% | 0.8% | - |
| XYZ | 38.56 | 27.54 | 45.93 | - |
| YUV | 146.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 179 | 0 | 0.45 | 0.12 | 0.20 | 315.82 | 0.47 | 0.62 |
| Hex | CB | 70 | B3 | 0 | 2D | C | 14 | 13C | 2F | 3E |
| Octal | 313 | 160 | 263 | 0 | 55 | 14 | 24 | 474 | 57 | 76 |
| Binary | 11001011 | 1110000 | 10110011 | 0 | 101101 | 1100 | 10100 | 100111100 | 101111 | 111110 |
Color Harmonies of #CB70B3
Complementary color
Monochromatic Colors of #CB70B3
Black with #CB70B3
Text Example
Text Example
White with #CB70B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB70B3; }
p { color: rgb(203,112,179); }
H1.HeaderClassName
{
color: #CB70B3;
}
.AnyTagClassName
{
color: #CB70B3;
}
</style>
background-color css
<style>
a { background-color: #CB70B3; }
a { background-color: rgb(203,112,179); }
div.DivClassName
{
background-color: #CB70B3;
}
.BgClassName
{
background-color: #CB70B3;
}
</style>
border-color css
<style>
span { border-color: #CB70B3; }
span { border-color: rgb(203,112,179); }
td.TdClassName
{
border-color: #CB70B3;
}
.TagClassName
{
border-color: #CB70B3;
}
</style>