Shades of Fuchsia #CB50AA
Tints of Fuchsia #CB50AA
RGB
CMYK
RGB Variations
Color information
#CB50AA (or 0xCB50AA) is known color: Fuchsia. HEX triplet: CB, 50 and AA. RGB value is (203,80,170). Sum of RGB (Red+Green+Blue) = 203+80+170=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB50AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB50AA is #34AF55. Grayscale: #7E7E7E. Windows color (decimal): -3452758 or 11161803. OLE color: 11161803.
HSL color Cylindrical-coordinate representation of color #CB50AA: hue angle of 316.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB50AA is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 170 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.20 |
| HSL | 316.1º | 0.54% | 0.55% | - |
| HSV(B) | 316.1º | 0.61% | 0.8% | - |
| XYZ | 34.75 | 21.34 | 40.32 | - |
| YUV | 127.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 170 | 0 | 0.61 | 0.16 | 0.20 | 316.1 | 0.54 | 0.55 |
| Hex | CB | 50 | AA | 0 | 3D | 10 | 14 | 13C | 36 | 37 |
| Octal | 313 | 120 | 252 | 0 | 75 | 20 | 24 | 474 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10101010 | 0 | 111101 | 10000 | 10100 | 100111100 | 110110 | 110111 |
Color Harmonies of #CB50AA
Complementary color
Monochromatic Colors of #CB50AA
Black with #CB50AA
Text Example
Text Example
White with #CB50AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50AA; }
p { color: rgb(203,80,170); }
H1.HeaderClassName
{
color: #CB50AA;
}
.AnyTagClassName
{
color: #CB50AA;
}
</style>
background-color css
<style>
a { background-color: #CB50AA; }
a { background-color: rgb(203,80,170); }
div.DivClassName
{
background-color: #CB50AA;
}
.BgClassName
{
background-color: #CB50AA;
}
</style>
border-color css
<style>
span { border-color: #CB50AA; }
span { border-color: rgb(203,80,170); }
td.TdClassName
{
border-color: #CB50AA;
}
.TagClassName
{
border-color: #CB50AA;
}
</style>