Shades of Fuchsia #CB50AC
Tints of Fuchsia #CB50AC
RGB
CMYK
RGB Variations
Color information
#CB50AC (or 0xCB50AC) is known color: Fuchsia. HEX triplet: CB, 50 and AC. RGB value is (203,80,172). Sum of RGB (Red+Green+Blue) = 203+80+172=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB50AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB50AC is #34AF53. Grayscale: #7F7F7F. Windows color (decimal): -3452756 or 11292875. OLE color: 11292875.
HSL color Cylindrical-coordinate representation of color #CB50AC: hue angle of 315.12º 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 #CB50AC is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 172 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.20 |
| HSL | 315.12º | 0.54% | 0.55% | - |
| HSV(B) | 315.12º | 0.61% | 0.8% | - |
| XYZ | 34.94 | 21.41 | 41.32 | - |
| YUV | 127.27 | 153.25 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 172 | 0 | 0.61 | 0.15 | 0.20 | 315.12 | 0.54 | 0.55 |
| Hex | CB | 50 | AC | 0 | 3D | F | 14 | 13B | 36 | 37 |
| Octal | 313 | 120 | 254 | 0 | 75 | 17 | 24 | 473 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10101100 | 0 | 111101 | 1111 | 10100 | 100111011 | 110110 | 110111 |
Color Harmonies of #CB50AC
Complementary color
Monochromatic Colors of #CB50AC
Black with #CB50AC
Text Example
Text Example
White with #CB50AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50AC; }
p { color: rgb(203,80,172); }
H1.HeaderClassName
{
color: #CB50AC;
}
.AnyTagClassName
{
color: #CB50AC;
}
</style>
background-color css
<style>
a { background-color: #CB50AC; }
a { background-color: rgb(203,80,172); }
div.DivClassName
{
background-color: #CB50AC;
}
.BgClassName
{
background-color: #CB50AC;
}
</style>
border-color css
<style>
span { border-color: #CB50AC; }
span { border-color: rgb(203,80,172); }
td.TdClassName
{
border-color: #CB50AC;
}
.TagClassName
{
border-color: #CB50AC;
}
</style>