Shades of Fuchsia #CB31CF
Tints of Fuchsia #CB31CF
RGB
CMYK
RGB Variations
Color information
#CB31CF (or 0xCB31CF) is known color: Fuchsia. HEX triplet: CB, 31 and CF. RGB value is (203,49,207). Sum of RGB (Red+Green+Blue) = 203+49+207=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB31CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31CF is #34CE30. Grayscale: #707070. Windows color (decimal): -3460657 or 13578699. OLE color: 13578699.
HSL color Cylindrical-coordinate representation of color #CB31CF: hue angle of 298.48º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB31CF is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 49 | 207 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.19 |
| HSL | 298.48º | 0.62% | 0.5% | - |
| HSV(B) | 298.48º | 0.76% | 0.81% | - |
| XYZ | 36.99 | 19.4 | 60.83 | - |
| YUV | 113.06 | 181.02 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 207 | 0.02 | 0.76 | 0 | 0.19 | 298.48 | 0.62 | 0.5 |
| Hex | CB | 31 | CF | 2 | 4C | 0 | 13 | 12A | 3E | 32 |
| Octal | 313 | 61 | 317 | 2 | 114 | 0 | 23 | 452 | 76 | 62 |
| Binary | 11001011 | 110001 | 11001111 | 10 | 1001100 | 0 | 10011 | 100101010 | 111110 | 110010 |
Color Harmonies of #CB31CF
Complementary color
Monochromatic Colors of #CB31CF
Black with #CB31CF
Text Example
Text Example
White with #CB31CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31CF; }
p { color: rgb(203,49,207); }
H1.HeaderClassName
{
color: #CB31CF;
}
.AnyTagClassName
{
color: #CB31CF;
}
</style>
background-color css
<style>
a { background-color: #CB31CF; }
a { background-color: rgb(203,49,207); }
div.DivClassName
{
background-color: #CB31CF;
}
.BgClassName
{
background-color: #CB31CF;
}
</style>
border-color css
<style>
span { border-color: #CB31CF; }
span { border-color: rgb(203,49,207); }
td.TdClassName
{
border-color: #CB31CF;
}
.TagClassName
{
border-color: #CB31CF;
}
</style>