Shades of Fuchsia #CB62B7
Tints of Fuchsia #CB62B7
RGB
CMYK
RGB Variations
Color information
#CB62B7 (or 0xCB62B7) is known color: Fuchsia. HEX triplet: CB, 62 and B7. RGB value is (203,98,183). Sum of RGB (Red+Green+Blue) = 203+98+183=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB62B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB62B7 is #349D48. Grayscale: #8A8A8A. Windows color (decimal): -3448137 or 12018379. OLE color: 12018379.
HSL color Cylindrical-coordinate representation of color #CB62B7: hue angle of 311.43º 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 #CB62B7 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 183 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.20 |
| HSL | 311.43º | 0.5% | 0.59% | - |
| HSV(B) | 311.43º | 0.52% | 0.8% | - |
| XYZ | 37.54 | 24.85 | 47.62 | - |
| YUV | 139.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 183 | 0 | 0.52 | 0.10 | 0.20 | 311.43 | 0.5 | 0.59 |
| Hex | CB | 62 | B7 | 0 | 34 | A | 14 | 137 | 32 | 3B |
| Octal | 313 | 142 | 267 | 0 | 64 | 12 | 24 | 467 | 62 | 73 |
| Binary | 11001011 | 1100010 | 10110111 | 0 | 110100 | 1010 | 10100 | 100110111 | 110010 | 111011 |
Color Harmonies of #CB62B7
Complementary color
Monochromatic Colors of #CB62B7
Black with #CB62B7
Text Example
Text Example
White with #CB62B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB62B7; }
p { color: rgb(203,98,183); }
H1.HeaderClassName
{
color: #CB62B7;
}
.AnyTagClassName
{
color: #CB62B7;
}
</style>
background-color css
<style>
a { background-color: #CB62B7; }
a { background-color: rgb(203,98,183); }
div.DivClassName
{
background-color: #CB62B7;
}
.BgClassName
{
background-color: #CB62B7;
}
</style>
border-color css
<style>
span { border-color: #CB62B7; }
span { border-color: rgb(203,98,183); }
td.TdClassName
{
border-color: #CB62B7;
}
.TagClassName
{
border-color: #CB62B7;
}
</style>