Shades of Fuchsia #CB38AB
Tints of Fuchsia #CB38AB
RGB
CMYK
RGB Variations
Color information
#CB38AB (or 0xCB38AB) is known color: Fuchsia. HEX triplet: CB, 38 and AB. RGB value is (203,56,171). Sum of RGB (Red+Green+Blue) = 203+56+171=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB38AB is #34C754. Grayscale: #707070. Windows color (decimal): -3458901 or 11221195. OLE color: 11221195.
HSL color Cylindrical-coordinate representation of color #CB38AB: hue angle of 313.06º 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 #CB38AB is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 171 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.20 |
| HSL | 313.06º | 0.59% | 0.51% | - |
| HSV(B) | 313.06º | 0.72% | 0.8% | - |
| XYZ | 33.39 | 18.47 | 40.33 | - |
| YUV | 113.06 | 160.7 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 171 | 0 | 0.72 | 0.16 | 0.20 | 313.06 | 0.59 | 0.51 |
| Hex | CB | 38 | AB | 0 | 48 | 10 | 14 | 139 | 3B | 33 |
| Octal | 313 | 70 | 253 | 0 | 110 | 20 | 24 | 471 | 73 | 63 |
| Binary | 11001011 | 111000 | 10101011 | 0 | 1001000 | 10000 | 10100 | 100111001 | 111011 | 110011 |
Color Harmonies of #CB38AB
Complementary color
Monochromatic Colors of #CB38AB
Black with #CB38AB
Text Example
Text Example
White with #CB38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38AB; }
p { color: rgb(203,56,171); }
H1.HeaderClassName
{
color: #CB38AB;
}
.AnyTagClassName
{
color: #CB38AB;
}
</style>
background-color css
<style>
a { background-color: #CB38AB; }
a { background-color: rgb(203,56,171); }
div.DivClassName
{
background-color: #CB38AB;
}
.BgClassName
{
background-color: #CB38AB;
}
</style>
border-color css
<style>
span { border-color: #CB38AB; }
span { border-color: rgb(203,56,171); }
td.TdClassName
{
border-color: #CB38AB;
}
.TagClassName
{
border-color: #CB38AB;
}
</style>