Shades of Fuchsia #CB48B7
Tints of Fuchsia #CB48B7
RGB
CMYK
RGB Variations
Color information
#CB48B7 (or 0xCB48B7) is known color: Fuchsia. HEX triplet: CB, 48 and B7. RGB value is (203,72,183). Sum of RGB (Red+Green+Blue) = 203+72+183=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB48B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB48B7 is #34B748. Grayscale: #7B7B7B. Windows color (decimal): -3454793 or 12011723. OLE color: 12011723.
HSL color Cylindrical-coordinate representation of color #CB48B7: hue angle of 309.16º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB48B7 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 183 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.20 |
| HSL | 309.16º | 0.56% | 0.54% | - |
| HSV(B) | 309.16º | 0.65% | 0.8% | - |
| XYZ | 35.49 | 20.75 | 46.93 | - |
| YUV | 123.82 | 161.4 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 183 | 0 | 0.65 | 0.10 | 0.20 | 309.16 | 0.56 | 0.54 |
| Hex | CB | 48 | B7 | 0 | 41 | A | 14 | 135 | 38 | 36 |
| Octal | 313 | 110 | 267 | 0 | 101 | 12 | 24 | 465 | 70 | 66 |
| Binary | 11001011 | 1001000 | 10110111 | 0 | 1000001 | 1010 | 10100 | 100110101 | 111000 | 110110 |
Color Harmonies of #CB48B7
Complementary color
Monochromatic Colors of #CB48B7
Black with #CB48B7
Text Example
Text Example
White with #CB48B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB48B7; }
p { color: rgb(203,72,183); }
H1.HeaderClassName
{
color: #CB48B7;
}
.AnyTagClassName
{
color: #CB48B7;
}
</style>
background-color css
<style>
a { background-color: #CB48B7; }
a { background-color: rgb(203,72,183); }
div.DivClassName
{
background-color: #CB48B7;
}
.BgClassName
{
background-color: #CB48B7;
}
</style>
border-color css
<style>
span { border-color: #CB48B7; }
span { border-color: rgb(203,72,183); }
td.TdClassName
{
border-color: #CB48B7;
}
.TagClassName
{
border-color: #CB48B7;
}
</style>