Shades of Fuchsia #CB31AF
Tints of Fuchsia #CB31AF
RGB
CMYK
RGB Variations
Color information
#CB31AF (or 0xCB31AF) is known color: Fuchsia. HEX triplet: CB, 31 and AF. RGB value is (203,49,175). Sum of RGB (Red+Green+Blue) = 203+49+175=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB31AF is #34CE50. Grayscale: #6D6D6D. Windows color (decimal): -3460689 or 11481547. OLE color: 11481547.
HSL color Cylindrical-coordinate representation of color #CB31AF: hue angle of 310.91º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB31AF is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 175 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.20 |
| HSL | 310.91º | 0.61% | 0.49% | - |
| HSV(B) | 310.91º | 0.76% | 0.8% | - |
| XYZ | 33.46 | 17.99 | 42.27 | - |
| YUV | 109.41 | 165.02 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 175 | 0 | 0.76 | 0.14 | 0.20 | 310.91 | 0.61 | 0.49 |
| Hex | CB | 31 | AF | 0 | 4C | E | 14 | 137 | 3D | 31 |
| Octal | 313 | 61 | 257 | 0 | 114 | 16 | 24 | 467 | 75 | 61 |
| Binary | 11001011 | 110001 | 10101111 | 0 | 1001100 | 1110 | 10100 | 100110111 | 111101 | 110001 |
Color Harmonies of #CB31AF
Complementary color
Monochromatic Colors of #CB31AF
Black with #CB31AF
Text Example
Text Example
White with #CB31AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31AF; }
p { color: rgb(203,49,175); }
H1.HeaderClassName
{
color: #CB31AF;
}
.AnyTagClassName
{
color: #CB31AF;
}
</style>
background-color css
<style>
a { background-color: #CB31AF; }
a { background-color: rgb(203,49,175); }
div.DivClassName
{
background-color: #CB31AF;
}
.BgClassName
{
background-color: #CB31AF;
}
</style>
border-color css
<style>
span { border-color: #CB31AF; }
span { border-color: rgb(203,49,175); }
td.TdClassName
{
border-color: #CB31AF;
}
.TagClassName
{
border-color: #CB31AF;
}
</style>