Shades of Fuchsia #CB31C2
Tints of Fuchsia #CB31C2
RGB
CMYK
RGB Variations
Color information
#CB31C2 (or 0xCB31C2) is known color: Fuchsia. HEX triplet: CB, 31 and C2. RGB value is (203,49,194). Sum of RGB (Red+Green+Blue) = 203+49+194=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31C2 is #34CE3D. Grayscale: #6F6F6F. Windows color (decimal): -3460670 or 12726731. OLE color: 12726731.
HSL color Cylindrical-coordinate representation of color #CB31C2: hue angle of 303.51º 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 #CB31C2 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 194 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.20 |
| HSL | 303.51º | 0.61% | 0.49% | - |
| HSV(B) | 303.51º | 0.76% | 0.8% | - |
| XYZ | 35.46 | 18.79 | 52.8 | - |
| YUV | 111.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 194 | 0 | 0.76 | 0.04 | 0.20 | 303.51 | 0.61 | 0.49 |
| Hex | CB | 31 | C2 | 0 | 4C | 4 | 14 | 130 | 3D | 31 |
| Octal | 313 | 61 | 302 | 0 | 114 | 4 | 24 | 460 | 75 | 61 |
| Binary | 11001011 | 110001 | 11000010 | 0 | 1001100 | 100 | 10100 | 100110000 | 111101 | 110001 |
Color Harmonies of #CB31C2
Complementary color
Monochromatic Colors of #CB31C2
Black with #CB31C2
Text Example
Text Example
White with #CB31C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31C2; }
p { color: rgb(203,49,194); }
H1.HeaderClassName
{
color: #CB31C2;
}
.AnyTagClassName
{
color: #CB31C2;
}
</style>
background-color css
<style>
a { background-color: #CB31C2; }
a { background-color: rgb(203,49,194); }
div.DivClassName
{
background-color: #CB31C2;
}
.BgClassName
{
background-color: #CB31C2;
}
</style>
border-color css
<style>
span { border-color: #CB31C2; }
span { border-color: rgb(203,49,194); }
td.TdClassName
{
border-color: #CB31C2;
}
.TagClassName
{
border-color: #CB31C2;
}
</style>