Shades of Fuchsia #CB48AD
Tints of Fuchsia #CB48AD
RGB
CMYK
RGB Variations
Color information
#CB48AD (or 0xCB48AD) is known color: Fuchsia. HEX triplet: CB, 48 and AD. RGB value is (203,72,173). Sum of RGB (Red+Green+Blue) = 203+72+173=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB48AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB48AD is #34B752. Grayscale: #7A7A7A. Windows color (decimal): -3454803 or 11356363. OLE color: 11356363.
HSL color Cylindrical-coordinate representation of color #CB48AD: hue angle of 313.74º 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 #CB48AD is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 173 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.20 |
| HSL | 313.74º | 0.56% | 0.54% | - |
| HSV(B) | 313.74º | 0.65% | 0.8% | - |
| XYZ | 34.49 | 20.35 | 41.65 | - |
| YUV | 122.68 | 156.4 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 173 | 0 | 0.65 | 0.15 | 0.20 | 313.74 | 0.56 | 0.54 |
| Hex | CB | 48 | AD | 0 | 41 | F | 14 | 13A | 38 | 36 |
| Octal | 313 | 110 | 255 | 0 | 101 | 17 | 24 | 472 | 70 | 66 |
| Binary | 11001011 | 1001000 | 10101101 | 0 | 1000001 | 1111 | 10100 | 100111010 | 111000 | 110110 |
Color Harmonies of #CB48AD
Complementary color
Monochromatic Colors of #CB48AD
Black with #CB48AD
Text Example
Text Example
White with #CB48AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB48AD; }
p { color: rgb(203,72,173); }
H1.HeaderClassName
{
color: #CB48AD;
}
.AnyTagClassName
{
color: #CB48AD;
}
</style>
background-color css
<style>
a { background-color: #CB48AD; }
a { background-color: rgb(203,72,173); }
div.DivClassName
{
background-color: #CB48AD;
}
.BgClassName
{
background-color: #CB48AD;
}
</style>
border-color css
<style>
span { border-color: #CB48AD; }
span { border-color: rgb(203,72,173); }
td.TdClassName
{
border-color: #CB48AD;
}
.TagClassName
{
border-color: #CB48AD;
}
</style>