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