Shades of Fuchsia #CB3ACB
Tints of Fuchsia #CB3ACB
RGB
CMYK
RGB Variations
Color information
#CB3ACB (or 0xCB3ACB) is known color: Fuchsia. HEX triplet: CB, 3A and CB. RGB value is (203,58,203). Sum of RGB (Red+Green+Blue) = 203+58+203=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 58 (23.05% from 255 or 12.5% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB3ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3ACB is #34C534. Grayscale: #757575. Windows color (decimal): -3458357 or 13318859. OLE color: 13318859.
HSL color Cylindrical-coordinate representation of color #CB3ACB: hue angle of 300º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3ACB is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 203 | - |
| CMYK | 0 | 0.71 | 0 | 0.20 |
| HSL | 300º | 0.58% | 0.51% | - |
| HSV(B) | 300º | 0.71% | 0.8% | - |
| XYZ | 36.92 | 20.03 | 58.42 | - |
| YUV | 117.89 | 176.04 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 203 | 0 | 0.71 | 0 | 0.20 | 300 | 0.58 | 0.51 |
| Hex | CB | 3A | CB | 0 | 47 | 0 | 14 | 12C | 3A | 33 |
| Octal | 313 | 72 | 313 | 0 | 107 | 0 | 24 | 454 | 72 | 63 |
| Binary | 11001011 | 111010 | 11001011 | 0 | 1000111 | 0 | 10100 | 100101100 | 111010 | 110011 |
Color Harmonies of #CB3ACB
Complementary color
Monochromatic Colors of #CB3ACB
Black with #CB3ACB
Text Example
Text Example
White with #CB3ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3ACB; }
p { color: rgb(203,58,203); }
H1.HeaderClassName
{
color: #CB3ACB;
}
.AnyTagClassName
{
color: #CB3ACB;
}
</style>
background-color css
<style>
a { background-color: #CB3ACB; }
a { background-color: rgb(203,58,203); }
div.DivClassName
{
background-color: #CB3ACB;
}
.BgClassName
{
background-color: #CB3ACB;
}
</style>
border-color css
<style>
span { border-color: #CB3ACB; }
span { border-color: rgb(203,58,203); }
td.TdClassName
{
border-color: #CB3ACB;
}
.TagClassName
{
border-color: #CB3ACB;
}
</style>