Shades of Fuchsia #C360CB
Tints of Fuchsia #C360CB
RGB
CMYK
RGB Variations
Color information
#C360CB (or 0xC360CB) is known color: Fuchsia. HEX triplet: C3, 60 and CB. RGB value is (195,96,203). Sum of RGB (Red+Green+Blue) = 195+96+203=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #C360CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360CB is #3C9F34. Grayscale: #898989. Windows color (decimal): -3972917 or 13328579. OLE color: 13328579.
HSL color Cylindrical-coordinate representation of color #C360CB: hue angle of 295.51º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C360CB is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 96 | 203 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.20 |
| HSL | 295.51º | 0.51% | 0.59% | - |
| HSV(B) | 295.51º | 0.53% | 0.8% | - |
| XYZ | 37.47 | 24.28 | 59.21 | - |
| YUV | 137.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 203 | 0.04 | 0.53 | 0 | 0.20 | 295.51 | 0.51 | 0.59 |
| Hex | C3 | 60 | CB | 4 | 35 | 0 | 14 | 128 | 33 | 3B |
| Octal | 303 | 140 | 313 | 4 | 65 | 0 | 24 | 450 | 63 | 73 |
| Binary | 11000011 | 1100000 | 11001011 | 100 | 110101 | 0 | 10100 | 100101000 | 110011 | 111011 |
Color Harmonies of #C360CB
Complementary color
Monochromatic Colors of #C360CB
Black with #C360CB
Text Example
Text Example
White with #C360CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C360CB; }
p { color: rgb(195,96,203); }
H1.HeaderClassName
{
color: #C360CB;
}
.AnyTagClassName
{
color: #C360CB;
}
</style>
background-color css
<style>
a { background-color: #C360CB; }
a { background-color: rgb(195,96,203); }
div.DivClassName
{
background-color: #C360CB;
}
.BgClassName
{
background-color: #C360CB;
}
</style>
border-color css
<style>
span { border-color: #C360CB; }
span { border-color: rgb(195,96,203); }
td.TdClassName
{
border-color: #C360CB;
}
.TagClassName
{
border-color: #C360CB;
}
</style>