Shades of Fuchsia #CB31C3
Tints of Fuchsia #CB31C3
RGB
CMYK
RGB Variations
Color information
#CB31C3 (or 0xCB31C3) is known color: Fuchsia. HEX triplet: CB, 31 and C3. RGB value is (203,49,195). Sum of RGB (Red+Green+Blue) = 203+49+195=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31C3 is #34CE3C. Grayscale: #6F6F6F. Windows color (decimal): -3460669 or 12792267. OLE color: 12792267.
HSL color Cylindrical-coordinate representation of color #CB31C3: hue angle of 303.12º 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 #CB31C3 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 195 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.20 |
| HSL | 303.12º | 0.61% | 0.49% | - |
| HSV(B) | 303.12º | 0.76% | 0.8% | - |
| XYZ | 35.58 | 18.83 | 53.39 | - |
| YUV | 111.69 | 175.02 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 195 | 0 | 0.76 | 0.04 | 0.20 | 303.12 | 0.61 | 0.49 |
| Hex | CB | 31 | C3 | 0 | 4C | 4 | 14 | 12F | 3D | 31 |
| Octal | 313 | 61 | 303 | 0 | 114 | 4 | 24 | 457 | 75 | 61 |
| Binary | 11001011 | 110001 | 11000011 | 0 | 1001100 | 100 | 10100 | 100101111 | 111101 | 110001 |
Color Harmonies of #CB31C3
Complementary color
Monochromatic Colors of #CB31C3
Black with #CB31C3
Text Example
Text Example
White with #CB31C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31C3; }
p { color: rgb(203,49,195); }
H1.HeaderClassName
{
color: #CB31C3;
}
.AnyTagClassName
{
color: #CB31C3;
}
</style>
background-color css
<style>
a { background-color: #CB31C3; }
a { background-color: rgb(203,49,195); }
div.DivClassName
{
background-color: #CB31C3;
}
.BgClassName
{
background-color: #CB31C3;
}
</style>
border-color css
<style>
span { border-color: #CB31C3; }
span { border-color: rgb(203,49,195); }
td.TdClassName
{
border-color: #CB31C3;
}
.TagClassName
{
border-color: #CB31C3;
}
</style>