Shades of Fuchsia #CB31C4
Tints of Fuchsia #CB31C4
RGB
CMYK
RGB Variations
Color information
#CB31C4 (or 0xCB31C4) is known color: Fuchsia. HEX triplet: CB, 31 and C4. RGB value is (203,49,196). Sum of RGB (Red+Green+Blue) = 203+49+196=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB31C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB31C4 is #34CE3B. Grayscale: #6F6F6F. Windows color (decimal): -3460668 or 12857803. OLE color: 12857803.
HSL color Cylindrical-coordinate representation of color #CB31C4: hue angle of 302.73º 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 #CB31C4 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 49 | 196 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.20 |
| HSL | 302.73º | 0.61% | 0.49% | - |
| HSV(B) | 302.73º | 0.76% | 0.8% | - |
| XYZ | 35.69 | 18.88 | 53.99 | - |
| YUV | 111.8 | 175.52 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 49 | 196 | 0 | 0.76 | 0.03 | 0.20 | 302.73 | 0.61 | 0.49 |
| Hex | CB | 31 | C4 | 0 | 4C | 3 | 14 | 12F | 3D | 31 |
| Octal | 313 | 61 | 304 | 0 | 114 | 3 | 24 | 457 | 75 | 61 |
| Binary | 11001011 | 110001 | 11000100 | 0 | 1001100 | 11 | 10100 | 100101111 | 111101 | 110001 |
Color Harmonies of #CB31C4
Complementary color
Monochromatic Colors of #CB31C4
Black with #CB31C4
Text Example
Text Example
White with #CB31C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB31C4; }
p { color: rgb(203,49,196); }
H1.HeaderClassName
{
color: #CB31C4;
}
.AnyTagClassName
{
color: #CB31C4;
}
</style>
background-color css
<style>
a { background-color: #CB31C4; }
a { background-color: rgb(203,49,196); }
div.DivClassName
{
background-color: #CB31C4;
}
.BgClassName
{
background-color: #CB31C4;
}
</style>
border-color css
<style>
span { border-color: #CB31C4; }
span { border-color: rgb(203,49,196); }
td.TdClassName
{
border-color: #CB31C4;
}
.TagClassName
{
border-color: #CB31C4;
}
</style>