Shades of Fuchsia #CB5AB2
Tints of Fuchsia #CB5AB2
RGB
CMYK
RGB Variations
Color information
#CB5AB2 (or 0xCB5AB2) is known color: Fuchsia. HEX triplet: CB, 5A and B2. RGB value is (203,90,178). Sum of RGB (Red+Green+Blue) = 203+90+178=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5AB2 is #34A54D. Grayscale: #858585. Windows color (decimal): -3450190 or 11688651. OLE color: 11688651.
HSL color Cylindrical-coordinate representation of color #CB5AB2: hue angle of 313.27º 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 #CB5AB2 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 178 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.20 |
| HSL | 313.27º | 0.52% | 0.57% | - |
| HSV(B) | 313.27º | 0.56% | 0.8% | - |
| XYZ | 36.32 | 23.22 | 44.69 | - |
| YUV | 133.82 | 152.94 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 178 | 0 | 0.56 | 0.12 | 0.20 | 313.27 | 0.52 | 0.57 |
| Hex | CB | 5A | B2 | 0 | 38 | C | 14 | 139 | 34 | 39 |
| Octal | 313 | 132 | 262 | 0 | 70 | 14 | 24 | 471 | 64 | 71 |
| Binary | 11001011 | 1011010 | 10110010 | 0 | 111000 | 1100 | 10100 | 100111001 | 110100 | 111001 |
Color Harmonies of #CB5AB2
Complementary color
Monochromatic Colors of #CB5AB2
Black with #CB5AB2
Text Example
Text Example
White with #CB5AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5AB2; }
p { color: rgb(203,90,178); }
H1.HeaderClassName
{
color: #CB5AB2;
}
.AnyTagClassName
{
color: #CB5AB2;
}
</style>
background-color css
<style>
a { background-color: #CB5AB2; }
a { background-color: rgb(203,90,178); }
div.DivClassName
{
background-color: #CB5AB2;
}
.BgClassName
{
background-color: #CB5AB2;
}
</style>
border-color css
<style>
span { border-color: #CB5AB2; }
span { border-color: rgb(203,90,178); }
td.TdClassName
{
border-color: #CB5AB2;
}
.TagClassName
{
border-color: #CB5AB2;
}
</style>