Shades of Fuchsia #CB5AB3
Tints of Fuchsia #CB5AB3
RGB
CMYK
RGB Variations
Color information
#CB5AB3 (or 0xCB5AB3) is known color: Fuchsia. HEX triplet: CB, 5A and B3. RGB value is (203,90,179). Sum of RGB (Red+Green+Blue) = 203+90+179=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5AB3 is #34A54C. Grayscale: #858585. Windows color (decimal): -3450189 or 11754187. OLE color: 11754187.
HSL color Cylindrical-coordinate representation of color #CB5AB3: hue angle of 312.74º 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 #CB5AB3 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 179 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.20 |
| HSL | 312.74º | 0.52% | 0.57% | - |
| HSV(B) | 312.74º | 0.56% | 0.8% | - |
| XYZ | 36.42 | 23.26 | 45.22 | - |
| YUV | 133.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 179 | 0 | 0.56 | 0.12 | 0.20 | 312.74 | 0.52 | 0.57 |
| Hex | CB | 5A | B3 | 0 | 38 | C | 14 | 139 | 34 | 39 |
| Octal | 313 | 132 | 263 | 0 | 70 | 14 | 24 | 471 | 64 | 71 |
| Binary | 11001011 | 1011010 | 10110011 | 0 | 111000 | 1100 | 10100 | 100111001 | 110100 | 111001 |
Color Harmonies of #CB5AB3
Complementary color
Monochromatic Colors of #CB5AB3
Black with #CB5AB3
Text Example
Text Example
White with #CB5AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5AB3; }
p { color: rgb(203,90,179); }
H1.HeaderClassName
{
color: #CB5AB3;
}
.AnyTagClassName
{
color: #CB5AB3;
}
</style>
background-color css
<style>
a { background-color: #CB5AB3; }
a { background-color: rgb(203,90,179); }
div.DivClassName
{
background-color: #CB5AB3;
}
.BgClassName
{
background-color: #CB5AB3;
}
</style>
border-color css
<style>
span { border-color: #CB5AB3; }
span { border-color: rgb(203,90,179); }
td.TdClassName
{
border-color: #CB5AB3;
}
.TagClassName
{
border-color: #CB5AB3;
}
</style>