Shades of Fuchsia #CB38B7
Tints of Fuchsia #CB38B7
RGB
CMYK
RGB Variations
Color information
#CB38B7 (or 0xCB38B7) is known color: Fuchsia. HEX triplet: CB, 38 and B7. RGB value is (203,56,183). Sum of RGB (Red+Green+Blue) = 203+56+183=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38B7 is #34C748. Grayscale: #727272. Windows color (decimal): -3458889 or 12007627. OLE color: 12007627.
HSL color Cylindrical-coordinate representation of color #CB38B7: hue angle of 308.16º 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 #CB38B7 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 183 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.20 |
| HSL | 308.16º | 0.59% | 0.51% | - |
| HSV(B) | 308.16º | 0.72% | 0.8% | - |
| XYZ | 34.59 | 18.94 | 46.63 | - |
| YUV | 114.43 | 166.7 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 183 | 0 | 0.72 | 0.10 | 0.20 | 308.16 | 0.59 | 0.51 |
| Hex | CB | 38 | B7 | 0 | 48 | A | 14 | 134 | 3B | 33 |
| Octal | 313 | 70 | 267 | 0 | 110 | 12 | 24 | 464 | 73 | 63 |
| Binary | 11001011 | 111000 | 10110111 | 0 | 1001000 | 1010 | 10100 | 100110100 | 111011 | 110011 |
Color Harmonies of #CB38B7
Complementary color
Monochromatic Colors of #CB38B7
Black with #CB38B7
Text Example
Text Example
White with #CB38B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38B7; }
p { color: rgb(203,56,183); }
H1.HeaderClassName
{
color: #CB38B7;
}
.AnyTagClassName
{
color: #CB38B7;
}
</style>
background-color css
<style>
a { background-color: #CB38B7; }
a { background-color: rgb(203,56,183); }
div.DivClassName
{
background-color: #CB38B7;
}
.BgClassName
{
background-color: #CB38B7;
}
</style>
border-color css
<style>
span { border-color: #CB38B7; }
span { border-color: rgb(203,56,183); }
td.TdClassName
{
border-color: #CB38B7;
}
.TagClassName
{
border-color: #CB38B7;
}
</style>