Shades of Fuchsia #C361CB
Tints of Fuchsia #C361CB
RGB
CMYK
RGB Variations
Color information
#C361CB (or 0xC361CB) is known color: Fuchsia. HEX triplet: C3, 61 and CB. RGB value is (195,97,203). Sum of RGB (Red+Green+Blue) = 195+97+203=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #C361CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361CB is #3C9E34. Grayscale: #8A8A8A. Windows color (decimal): -3972661 or 13328835. OLE color: 13328835.
HSL color Cylindrical-coordinate representation of color #C361CB: hue angle of 295.47º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C361CB is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 97 | 203 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.20 |
| HSL | 295.47º | 0.5% | 0.59% | - |
| HSV(B) | 295.47º | 0.52% | 0.8% | - |
| XYZ | 37.56 | 24.46 | 59.24 | - |
| YUV | 138.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 203 | 0.04 | 0.52 | 0 | 0.20 | 295.47 | 0.5 | 0.59 |
| Hex | C3 | 61 | CB | 4 | 34 | 0 | 14 | 127 | 32 | 3B |
| Octal | 303 | 141 | 313 | 4 | 64 | 0 | 24 | 447 | 62 | 73 |
| Binary | 11000011 | 1100001 | 11001011 | 100 | 110100 | 0 | 10100 | 100100111 | 110010 | 111011 |
Color Harmonies of #C361CB
Complementary color
Monochromatic Colors of #C361CB
Black with #C361CB
Text Example
Text Example
White with #C361CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C361CB; }
p { color: rgb(195,97,203); }
H1.HeaderClassName
{
color: #C361CB;
}
.AnyTagClassName
{
color: #C361CB;
}
</style>
background-color css
<style>
a { background-color: #C361CB; }
a { background-color: rgb(195,97,203); }
div.DivClassName
{
background-color: #C361CB;
}
.BgClassName
{
background-color: #C361CB;
}
</style>
border-color css
<style>
span { border-color: #C361CB; }
span { border-color: rgb(195,97,203); }
td.TdClassName
{
border-color: #C361CB;
}
.TagClassName
{
border-color: #C361CB;
}
</style>