Shades of Fuchsia #CB39C0
Tints of Fuchsia #CB39C0
RGB
CMYK
RGB Variations
Color information
#CB39C0 (or 0xCB39C0) is known color: Fuchsia. HEX triplet: CB, 39 and C0. RGB value is (203,57,192). Sum of RGB (Red+Green+Blue) = 203+57+192=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB39C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB39C0 is #34C63F. Grayscale: #737373. Windows color (decimal): -3458624 or 12597707. OLE color: 12597707.
HSL color Cylindrical-coordinate representation of color #CB39C0: hue angle of 304.52º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB39C0 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 192 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.20 |
| HSL | 304.52º | 0.58% | 0.51% | - |
| HSV(B) | 304.52º | 0.72% | 0.8% | - |
| XYZ | 35.61 | 19.43 | 51.74 | - |
| YUV | 116.04 | 170.87 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 192 | 0 | 0.72 | 0.05 | 0.20 | 304.52 | 0.58 | 0.51 |
| Hex | CB | 39 | C0 | 0 | 48 | 5 | 14 | 131 | 3A | 33 |
| Octal | 313 | 71 | 300 | 0 | 110 | 5 | 24 | 461 | 72 | 63 |
| Binary | 11001011 | 111001 | 11000000 | 0 | 1001000 | 101 | 10100 | 100110001 | 111010 | 110011 |
Color Harmonies of #CB39C0
Complementary color
Monochromatic Colors of #CB39C0
Black with #CB39C0
Text Example
Text Example
White with #CB39C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB39C0; }
p { color: rgb(203,57,192); }
H1.HeaderClassName
{
color: #CB39C0;
}
.AnyTagClassName
{
color: #CB39C0;
}
</style>
background-color css
<style>
a { background-color: #CB39C0; }
a { background-color: rgb(203,57,192); }
div.DivClassName
{
background-color: #CB39C0;
}
.BgClassName
{
background-color: #CB39C0;
}
</style>
border-color css
<style>
span { border-color: #CB39C0; }
span { border-color: rgb(203,57,192); }
td.TdClassName
{
border-color: #CB39C0;
}
.TagClassName
{
border-color: #CB39C0;
}
</style>