Shades of Fuchsia #CB62BA
Tints of Fuchsia #CB62BA
RGB
CMYK
RGB Variations
Color information
#CB62BA (or 0xCB62BA) is known color: Fuchsia. HEX triplet: CB, 62 and BA. RGB value is (203,98,186). Sum of RGB (Red+Green+Blue) = 203+98+186=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB62BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB62BA is #349D45. Grayscale: #8B8B8B. Windows color (decimal): -3448134 or 12214987. OLE color: 12214987.
HSL color Cylindrical-coordinate representation of color #CB62BA: hue angle of 309.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB62BA is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 186 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.20 |
| HSL | 309.71º | 0.5% | 0.59% | - |
| HSV(B) | 309.71º | 0.52% | 0.8% | - |
| XYZ | 37.86 | 24.98 | 49.28 | - |
| YUV | 139.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 186 | 0 | 0.52 | 0.08 | 0.20 | 309.71 | 0.5 | 0.59 |
| Hex | CB | 62 | BA | 0 | 34 | 8 | 14 | 136 | 32 | 3B |
| Octal | 313 | 142 | 272 | 0 | 64 | 10 | 24 | 466 | 62 | 73 |
| Binary | 11001011 | 1100010 | 10111010 | 0 | 110100 | 1000 | 10100 | 100110110 | 110010 | 111011 |
Color Harmonies of #CB62BA
Complementary color
Monochromatic Colors of #CB62BA
Black with #CB62BA
Text Example
Text Example
White with #CB62BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB62BA; }
p { color: rgb(203,98,186); }
H1.HeaderClassName
{
color: #CB62BA;
}
.AnyTagClassName
{
color: #CB62BA;
}
</style>
background-color css
<style>
a { background-color: #CB62BA; }
a { background-color: rgb(203,98,186); }
div.DivClassName
{
background-color: #CB62BA;
}
.BgClassName
{
background-color: #CB62BA;
}
</style>
border-color css
<style>
span { border-color: #CB62BA; }
span { border-color: rgb(203,98,186); }
td.TdClassName
{
border-color: #CB62BA;
}
.TagClassName
{
border-color: #CB62BA;
}
</style>