Shades of Fuchsia #C365CA
Tints of Fuchsia #C365CA
RGB
CMYK
RGB Variations
Color information
#C365CA (or 0xC365CA) is known color: Fuchsia. HEX triplet: C3, 65 and CA. RGB value is (195,101,202). Sum of RGB (Red+Green+Blue) = 195+101+202=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #C365CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365CA is #3C9A35. Grayscale: #8C8C8C. Windows color (decimal): -3971638 or 13264323. OLE color: 13264323.
HSL color Cylindrical-coordinate representation of color #C365CA: hue angle of 295.84º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C365CA is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 101 | 202 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.21 |
| HSL | 295.84º | 0.49% | 0.59% | - |
| HSV(B) | 295.84º | 0.5% | 0.79% | - |
| XYZ | 37.82 | 25.17 | 58.74 | - |
| YUV | 140.62 | 162.64 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 202 | 0.03 | 0.50 | 0 | 0.21 | 295.84 | 0.49 | 0.59 |
| Hex | C3 | 65 | CA | 3 | 32 | 0 | 15 | 128 | 31 | 3B |
| Octal | 303 | 145 | 312 | 3 | 62 | 0 | 25 | 450 | 61 | 73 |
| Binary | 11000011 | 1100101 | 11001010 | 11 | 110010 | 0 | 10101 | 100101000 | 110001 | 111011 |
Color Harmonies of #C365CA
Complementary color
Monochromatic Colors of #C365CA
Black with #C365CA
Text Example
Text Example
White with #C365CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C365CA; }
p { color: rgb(195,101,202); }
H1.HeaderClassName
{
color: #C365CA;
}
.AnyTagClassName
{
color: #C365CA;
}
</style>
background-color css
<style>
a { background-color: #C365CA; }
a { background-color: rgb(195,101,202); }
div.DivClassName
{
background-color: #C365CA;
}
.BgClassName
{
background-color: #C365CA;
}
</style>
border-color css
<style>
span { border-color: #C365CA; }
span { border-color: rgb(195,101,202); }
td.TdClassName
{
border-color: #C365CA;
}
.TagClassName
{
border-color: #C365CA;
}
</style>