Shades of Fuchsia #CB38C0
Tints of Fuchsia #CB38C0
RGB
CMYK
RGB Variations
Color information
#CB38C0 (or 0xCB38C0) is known color: Fuchsia. HEX triplet: CB, 38 and C0. RGB value is (203,56,192). Sum of RGB (Red+Green+Blue) = 203+56+192=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 56 (22.27% from 255 or 12.42% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38C0 is #34C73F. Grayscale: #737373. Windows color (decimal): -3458880 or 12597451. OLE color: 12597451.
HSL color Cylindrical-coordinate representation of color #CB38C0: hue angle of 304.49º degrees, saturation: 0.59, 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 #CB38C0 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 192 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.20 |
| HSL | 304.49º | 0.59% | 0.51% | - |
| HSV(B) | 304.49º | 0.72% | 0.8% | - |
| XYZ | 35.56 | 19.33 | 51.73 | - |
| YUV | 115.46 | 171.2 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 192 | 0 | 0.72 | 0.05 | 0.20 | 304.49 | 0.59 | 0.51 |
| Hex | CB | 38 | C0 | 0 | 48 | 5 | 14 | 130 | 3B | 33 |
| Octal | 313 | 70 | 300 | 0 | 110 | 5 | 24 | 460 | 73 | 63 |
| Binary | 11001011 | 111000 | 11000000 | 0 | 1001000 | 101 | 10100 | 100110000 | 111011 | 110011 |
Color Harmonies of #CB38C0
Complementary color
Monochromatic Colors of #CB38C0
Black with #CB38C0
Text Example
Text Example
White with #CB38C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38C0; }
p { color: rgb(203,56,192); }
H1.HeaderClassName
{
color: #CB38C0;
}
.AnyTagClassName
{
color: #CB38C0;
}
</style>
background-color css
<style>
a { background-color: #CB38C0; }
a { background-color: rgb(203,56,192); }
div.DivClassName
{
background-color: #CB38C0;
}
.BgClassName
{
background-color: #CB38C0;
}
</style>
border-color css
<style>
span { border-color: #CB38C0; }
span { border-color: rgb(203,56,192); }
td.TdClassName
{
border-color: #CB38C0;
}
.TagClassName
{
border-color: #CB38C0;
}
</style>