Shades of Fuchsia #CB62BB
Tints of Fuchsia #CB62BB
RGB
CMYK
RGB Variations
Color information
#CB62BB (or 0xCB62BB) is known color: Fuchsia. HEX triplet: CB, 62 and BB. RGB value is (203,98,187). Sum of RGB (Red+Green+Blue) = 203+98+187=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB62BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB62BB is #349D44. Grayscale: #8B8B8B. Windows color (decimal): -3448133 or 12280523. OLE color: 12280523.
HSL color Cylindrical-coordinate representation of color #CB62BB: hue angle of 309.14º 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 #CB62BB is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 187 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.20 |
| HSL | 309.14º | 0.5% | 0.59% | - |
| HSV(B) | 309.14º | 0.52% | 0.8% | - |
| XYZ | 37.97 | 25.02 | 49.84 | - |
| YUV | 139.54 | 154.79 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 187 | 0 | 0.52 | 0.08 | 0.20 | 309.14 | 0.5 | 0.59 |
| Hex | CB | 62 | BB | 0 | 34 | 8 | 14 | 135 | 32 | 3B |
| Octal | 313 | 142 | 273 | 0 | 64 | 10 | 24 | 465 | 62 | 73 |
| Binary | 11001011 | 1100010 | 10111011 | 0 | 110100 | 1000 | 10100 | 100110101 | 110010 | 111011 |
Color Harmonies of #CB62BB
Complementary color
Monochromatic Colors of #CB62BB
Black with #CB62BB
Text Example
Text Example
White with #CB62BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB62BB; }
p { color: rgb(203,98,187); }
H1.HeaderClassName
{
color: #CB62BB;
}
.AnyTagClassName
{
color: #CB62BB;
}
</style>
background-color css
<style>
a { background-color: #CB62BB; }
a { background-color: rgb(203,98,187); }
div.DivClassName
{
background-color: #CB62BB;
}
.BgClassName
{
background-color: #CB62BB;
}
</style>
border-color css
<style>
span { border-color: #CB62BB; }
span { border-color: rgb(203,98,187); }
td.TdClassName
{
border-color: #CB62BB;
}
.TagClassName
{
border-color: #CB62BB;
}
</style>