Shades of Fuchsia #C360CC
Tints of Fuchsia #C360CC
RGB
CMYK
RGB Variations
Color information
#C360CC (or 0xC360CC) is known color: Fuchsia. HEX triplet: C3, 60 and CC. RGB value is (195,96,204). Sum of RGB (Red+Green+Blue) = 195+96+204=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #C360CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360CC is #3C9F33. Grayscale: #898989. Windows color (decimal): -3972916 or 13394115. OLE color: 13394115.
HSL color Cylindrical-coordinate representation of color #C360CC: hue angle of 295º 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 #C360CC is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 96 | 204 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.2 |
| HSL | 295º | 0.51% | 0.59% | - |
| HSV(B) | 295º | 0.53% | 0.8% | - |
| XYZ | 37.59 | 24.33 | 59.84 | - |
| YUV | 137.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 204 | 0.04 | 0.53 | 0 | 0.2 | 295 | 0.51 | 0.59 |
| Hex | C3 | 60 | CC | 4 | 35 | 0 | 14 | 127 | 33 | 3B |
| Octal | 303 | 140 | 314 | 4 | 65 | 0 | 24 | 447 | 63 | 73 |
| Binary | 11000011 | 1100000 | 11001100 | 100 | 110101 | 0 | 10100 | 100100111 | 110011 | 111011 |
Color Harmonies of #C360CC
Complementary color
Monochromatic Colors of #C360CC
Black with #C360CC
Text Example
Text Example
White with #C360CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C360CC; }
p { color: rgb(195,96,204); }
H1.HeaderClassName
{
color: #C360CC;
}
.AnyTagClassName
{
color: #C360CC;
}
</style>
background-color css
<style>
a { background-color: #C360CC; }
a { background-color: rgb(195,96,204); }
div.DivClassName
{
background-color: #C360CC;
}
.BgClassName
{
background-color: #C360CC;
}
</style>
border-color css
<style>
span { border-color: #C360CC; }
span { border-color: rgb(195,96,204); }
td.TdClassName
{
border-color: #C360CC;
}
.TagClassName
{
border-color: #C360CC;
}
</style>