Shades of Fuchsia #CB50AF
Tints of Fuchsia #CB50AF
RGB
CMYK
RGB Variations
Color information
#CB50AF (or 0xCB50AF) is known color: Fuchsia. HEX triplet: CB, 50 and AF. RGB value is (203,80,175). Sum of RGB (Red+Green+Blue) = 203+80+175=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB50AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB50AF is #34AF50. Grayscale: #7F7F7F. Windows color (decimal): -3452753 or 11489483. OLE color: 11489483.
HSL color Cylindrical-coordinate representation of color #CB50AF: hue angle of 313.66º 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 #CB50AF is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 175 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.20 |
| HSL | 313.66º | 0.54% | 0.55% | - |
| HSV(B) | 313.66º | 0.61% | 0.8% | - |
| XYZ | 35.24 | 21.53 | 42.86 | - |
| YUV | 127.61 | 154.75 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 175 | 0 | 0.61 | 0.14 | 0.20 | 313.66 | 0.54 | 0.55 |
| Hex | CB | 50 | AF | 0 | 3D | E | 14 | 13A | 36 | 37 |
| Octal | 313 | 120 | 257 | 0 | 75 | 16 | 24 | 472 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10101111 | 0 | 111101 | 1110 | 10100 | 100111010 | 110110 | 110111 |
Color Harmonies of #CB50AF
Complementary color
Monochromatic Colors of #CB50AF
Black with #CB50AF
Text Example
Text Example
White with #CB50AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50AF; }
p { color: rgb(203,80,175); }
H1.HeaderClassName
{
color: #CB50AF;
}
.AnyTagClassName
{
color: #CB50AF;
}
</style>
background-color css
<style>
a { background-color: #CB50AF; }
a { background-color: rgb(203,80,175); }
div.DivClassName
{
background-color: #CB50AF;
}
.BgClassName
{
background-color: #CB50AF;
}
</style>
border-color css
<style>
span { border-color: #CB50AF; }
span { border-color: rgb(203,80,175); }
td.TdClassName
{
border-color: #CB50AF;
}
.TagClassName
{
border-color: #CB50AF;
}
</style>