Shades of Fuchsia #CB5ACB
Tints of Fuchsia #CB5ACB
RGB
CMYK
RGB Variations
Color information
#CB5ACB (or 0xCB5ACB) is known color: Fuchsia. HEX triplet: CB, 5A and CB. RGB value is (203,90,203). Sum of RGB (Red+Green+Blue) = 203+90+203=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB5ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5ACB is #34A534. Grayscale: #888888. Windows color (decimal): -3450165 or 13327051. OLE color: 13327051.
HSL color Cylindrical-coordinate representation of color #CB5ACB: hue angle of 300º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5ACB is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 203 | - |
| CMYK | 0 | 0.56 | 0 | 0.20 |
| HSL | 300º | 0.52% | 0.57% | - |
| HSV(B) | 300º | 0.56% | 0.8% | - |
| XYZ | 39.06 | 24.32 | 59.14 | - |
| YUV | 136.67 | 165.44 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 203 | 0 | 0.56 | 0 | 0.20 | 300 | 0.52 | 0.57 |
| Hex | CB | 5A | CB | 0 | 38 | 0 | 14 | 12C | 34 | 39 |
| Octal | 313 | 132 | 313 | 0 | 70 | 0 | 24 | 454 | 64 | 71 |
| Binary | 11001011 | 1011010 | 11001011 | 0 | 111000 | 0 | 10100 | 100101100 | 110100 | 111001 |
Color Harmonies of #CB5ACB
Complementary color
Monochromatic Colors of #CB5ACB
Black with #CB5ACB
Text Example
Text Example
White with #CB5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5ACB; }
p { color: rgb(203,90,203); }
H1.HeaderClassName
{
color: #CB5ACB;
}
.AnyTagClassName
{
color: #CB5ACB;
}
</style>
background-color css
<style>
a { background-color: #CB5ACB; }
a { background-color: rgb(203,90,203); }
div.DivClassName
{
background-color: #CB5ACB;
}
.BgClassName
{
background-color: #CB5ACB;
}
</style>
border-color css
<style>
span { border-color: #CB5ACB; }
span { border-color: rgb(203,90,203); }
td.TdClassName
{
border-color: #CB5ACB;
}
.TagClassName
{
border-color: #CB5ACB;
}
</style>