Shades of Fuchsia #C631CB
Tints of Fuchsia #C631CB
RGB
CMYK
RGB Variations
Color information
#C631CB (or 0xC631CB) is known color: Fuchsia. HEX triplet: C6, 31 and CB. RGB value is (198,49,203). Sum of RGB (Red+Green+Blue) = 198+49+203=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #C631CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C631CB is #39CE34. Grayscale: #6E6E6E. Windows color (decimal): -3788341 or 13316550. OLE color: 13316550.
HSL color Cylindrical-coordinate representation of color #C631CB: hue angle of 298.05º 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 #C631CB is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 49 | 203 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.20 |
| HSL | 298.05º | 0.61% | 0.49% | - |
| HSV(B) | 298.05º | 0.76% | 0.8% | - |
| XYZ | 35.17 | 18.51 | 58.22 | - |
| YUV | 111.11 | 179.86 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 203 | 0.02 | 0.76 | 0 | 0.20 | 298.05 | 0.61 | 0.49 |
| Hex | C6 | 31 | CB | 2 | 4C | 0 | 14 | 12A | 3D | 31 |
| Octal | 306 | 61 | 313 | 2 | 114 | 0 | 24 | 452 | 75 | 61 |
| Binary | 11000110 | 110001 | 11001011 | 10 | 1001100 | 0 | 10100 | 100101010 | 111101 | 110001 |
Color Harmonies of #C631CB
Complementary color
Monochromatic Colors of #C631CB
Black with #C631CB
Text Example
Text Example
White with #C631CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C631CB; }
p { color: rgb(198,49,203); }
H1.HeaderClassName
{
color: #C631CB;
}
.AnyTagClassName
{
color: #C631CB;
}
</style>
background-color css
<style>
a { background-color: #C631CB; }
a { background-color: rgb(198,49,203); }
div.DivClassName
{
background-color: #C631CB;
}
.BgClassName
{
background-color: #C631CB;
}
</style>
border-color css
<style>
span { border-color: #C631CB; }
span { border-color: rgb(198,49,203); }
td.TdClassName
{
border-color: #C631CB;
}
.TagClassName
{
border-color: #C631CB;
}
</style>