Shades of Fuchsia #CB48CB
Tints of Fuchsia #CB48CB
RGB
CMYK
RGB Variations
Color information
#CB48CB (or 0xCB48CB) is known color: Fuchsia. HEX triplet: CB, 48 and CB. RGB value is (203,72,203). Sum of RGB (Red+Green+Blue) = 203+72+203=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 72 (28.52% from 255 or 15.06% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB48CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB48CB is #34B734. Grayscale: #7D7D7D. Windows color (decimal): -3454773 or 13322443. OLE color: 13322443.
HSL color Cylindrical-coordinate representation of color #CB48CB: hue angle of 300º 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 #CB48CB is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 203 | - |
| CMYK | 0 | 0.65 | 0 | 0.20 |
| HSL | 300º | 0.56% | 0.54% | - |
| HSV(B) | 300º | 0.65% | 0.8% | - |
| XYZ | 37.73 | 21.64 | 58.69 | - |
| YUV | 126.1 | 171.4 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 203 | 0 | 0.65 | 0 | 0.20 | 300 | 0.56 | 0.54 |
| Hex | CB | 48 | CB | 0 | 41 | 0 | 14 | 12C | 38 | 36 |
| Octal | 313 | 110 | 313 | 0 | 101 | 0 | 24 | 454 | 70 | 66 |
| Binary | 11001011 | 1001000 | 11001011 | 0 | 1000001 | 0 | 10100 | 100101100 | 111000 | 110110 |
Color Harmonies of #CB48CB
Complementary color
Monochromatic Colors of #CB48CB
Black with #CB48CB
Text Example
Text Example
White with #CB48CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB48CB; }
p { color: rgb(203,72,203); }
H1.HeaderClassName
{
color: #CB48CB;
}
.AnyTagClassName
{
color: #CB48CB;
}
</style>
background-color css
<style>
a { background-color: #CB48CB; }
a { background-color: rgb(203,72,203); }
div.DivClassName
{
background-color: #CB48CB;
}
.BgClassName
{
background-color: #CB48CB;
}
</style>
border-color css
<style>
span { border-color: #CB48CB; }
span { border-color: rgb(203,72,203); }
td.TdClassName
{
border-color: #CB48CB;
}
.TagClassName
{
border-color: #CB48CB;
}
</style>