Shades of Fuchsia #CB5AAD
Tints of Fuchsia #CB5AAD
RGB
CMYK
RGB Variations
Color information
#CB5AAD (or 0xCB5AAD) is known color: Fuchsia. HEX triplet: CB, 5A and AD. RGB value is (203,90,173). Sum of RGB (Red+Green+Blue) = 203+90+173=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5AAD is #34A552. Grayscale: #858585. Windows color (decimal): -3450195 or 11360971. OLE color: 11360971.
HSL color Cylindrical-coordinate representation of color #CB5AAD: hue angle of 315.93º 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 #CB5AAD is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 173 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.20 |
| HSL | 315.93º | 0.52% | 0.57% | - |
| HSV(B) | 315.93º | 0.56% | 0.8% | - |
| XYZ | 35.83 | 23.03 | 42.09 | - |
| YUV | 133.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 173 | 0 | 0.56 | 0.15 | 0.20 | 315.93 | 0.52 | 0.57 |
| Hex | CB | 5A | AD | 0 | 38 | F | 14 | 13C | 34 | 39 |
| Octal | 313 | 132 | 255 | 0 | 70 | 17 | 24 | 474 | 64 | 71 |
| Binary | 11001011 | 1011010 | 10101101 | 0 | 111000 | 1111 | 10100 | 100111100 | 110100 | 111001 |
Color Harmonies of #CB5AAD
Complementary color
Monochromatic Colors of #CB5AAD
Black with #CB5AAD
Text Example
Text Example
White with #CB5AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5AAD; }
p { color: rgb(203,90,173); }
H1.HeaderClassName
{
color: #CB5AAD;
}
.AnyTagClassName
{
color: #CB5AAD;
}
</style>
background-color css
<style>
a { background-color: #CB5AAD; }
a { background-color: rgb(203,90,173); }
div.DivClassName
{
background-color: #CB5AAD;
}
.BgClassName
{
background-color: #CB5AAD;
}
</style>
border-color css
<style>
span { border-color: #CB5AAD; }
span { border-color: rgb(203,90,173); }
td.TdClassName
{
border-color: #CB5AAD;
}
.TagClassName
{
border-color: #CB5AAD;
}
</style>