Shades of Fuchsia #C351CB
Tints of Fuchsia #C351CB
RGB
CMYK
RGB Variations
Color information
#C351CB (or 0xC351CB) is known color: Fuchsia. HEX triplet: C3, 51 and CB. RGB value is (195,81,203). Sum of RGB (Red+Green+Blue) = 195+81+203=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #C351CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351CB is #3CAE34. Grayscale: #808080. Windows color (decimal): -3976757 or 13324739. OLE color: 13324739.
HSL color Cylindrical-coordinate representation of color #C351CB: hue angle of 296.07º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C351CB is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 81 | 203 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.20 |
| HSL | 296.07º | 0.54% | 0.56% | - |
| HSV(B) | 296.07º | 0.6% | 0.8% | - |
| XYZ | 36.23 | 21.8 | 58.8 | - |
| YUV | 128.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 203 | 0.04 | 0.60 | 0 | 0.20 | 296.07 | 0.54 | 0.56 |
| Hex | C3 | 51 | CB | 4 | 3C | 0 | 14 | 128 | 36 | 38 |
| Octal | 303 | 121 | 313 | 4 | 74 | 0 | 24 | 450 | 66 | 70 |
| Binary | 11000011 | 1010001 | 11001011 | 100 | 111100 | 0 | 10100 | 100101000 | 110110 | 111000 |
Color Harmonies of #C351CB
Complementary color
Monochromatic Colors of #C351CB
Black with #C351CB
Text Example
Text Example
White with #C351CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351CB; }
p { color: rgb(195,81,203); }
H1.HeaderClassName
{
color: #C351CB;
}
.AnyTagClassName
{
color: #C351CB;
}
</style>
background-color css
<style>
a { background-color: #C351CB; }
a { background-color: rgb(195,81,203); }
div.DivClassName
{
background-color: #C351CB;
}
.BgClassName
{
background-color: #C351CB;
}
</style>
border-color css
<style>
span { border-color: #C351CB; }
span { border-color: rgb(195,81,203); }
td.TdClassName
{
border-color: #C351CB;
}
.TagClassName
{
border-color: #C351CB;
}
</style>