Shades of Fuchsia #CB38AD
Tints of Fuchsia #CB38AD
RGB
CMYK
RGB Variations
Color information
#CB38AD (or 0xCB38AD) is known color: Fuchsia. HEX triplet: CB, 38 and AD. RGB value is (203,56,173). Sum of RGB (Red+Green+Blue) = 203+56+173=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB38AD is #34C752. Grayscale: #707070. Windows color (decimal): -3458899 or 11352267. OLE color: 11352267.
HSL color Cylindrical-coordinate representation of color #CB38AD: hue angle of 312.24º 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 #CB38AD is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 173 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.20 |
| HSL | 312.24º | 0.59% | 0.51% | - |
| HSV(B) | 312.24º | 0.72% | 0.8% | - |
| XYZ | 33.59 | 18.54 | 41.34 | - |
| YUV | 113.29 | 161.7 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 173 | 0 | 0.72 | 0.15 | 0.20 | 312.24 | 0.59 | 0.51 |
| Hex | CB | 38 | AD | 0 | 48 | F | 14 | 138 | 3B | 33 |
| Octal | 313 | 70 | 255 | 0 | 110 | 17 | 24 | 470 | 73 | 63 |
| Binary | 11001011 | 111000 | 10101101 | 0 | 1001000 | 1111 | 10100 | 100111000 | 111011 | 110011 |
Color Harmonies of #CB38AD
Complementary color
Monochromatic Colors of #CB38AD
Black with #CB38AD
Text Example
Text Example
White with #CB38AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38AD; }
p { color: rgb(203,56,173); }
H1.HeaderClassName
{
color: #CB38AD;
}
.AnyTagClassName
{
color: #CB38AD;
}
</style>
background-color css
<style>
a { background-color: #CB38AD; }
a { background-color: rgb(203,56,173); }
div.DivClassName
{
background-color: #CB38AD;
}
.BgClassName
{
background-color: #CB38AD;
}
</style>
border-color css
<style>
span { border-color: #CB38AD; }
span { border-color: rgb(203,56,173); }
td.TdClassName
{
border-color: #CB38AD;
}
.TagClassName
{
border-color: #CB38AD;
}
</style>