Shades of Fuchsia #C364CA
Tints of Fuchsia #C364CA
RGB
CMYK
RGB Variations
Color information
#C364CA (or 0xC364CA) is known color: Fuchsia. HEX triplet: C3, 64 and CA. RGB value is (195,100,202). Sum of RGB (Red+Green+Blue) = 195+100+202=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #C364CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C364CA is #3C9B35. Grayscale: #8B8B8B. Windows color (decimal): -3971894 or 13264067. OLE color: 13264067.
HSL color Cylindrical-coordinate representation of color #C364CA: hue angle of 295.88º 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 #C364CA is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 100 | 202 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.21 |
| HSL | 295.88º | 0.49% | 0.59% | - |
| HSV(B) | 295.88º | 0.5% | 0.79% | - |
| XYZ | 37.72 | 24.98 | 58.71 | - |
| YUV | 140.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 202 | 0.03 | 0.50 | 0 | 0.21 | 295.88 | 0.49 | 0.59 |
| Hex | C3 | 64 | CA | 3 | 32 | 0 | 15 | 128 | 31 | 3B |
| Octal | 303 | 144 | 312 | 3 | 62 | 0 | 25 | 450 | 61 | 73 |
| Binary | 11000011 | 1100100 | 11001010 | 11 | 110010 | 0 | 10101 | 100101000 | 110001 | 111011 |
Color Harmonies of #C364CA
Complementary color
Monochromatic Colors of #C364CA
Black with #C364CA
Text Example
Text Example
White with #C364CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C364CA; }
p { color: rgb(195,100,202); }
H1.HeaderClassName
{
color: #C364CA;
}
.AnyTagClassName
{
color: #C364CA;
}
</style>
background-color css
<style>
a { background-color: #C364CA; }
a { background-color: rgb(195,100,202); }
div.DivClassName
{
background-color: #C364CA;
}
.BgClassName
{
background-color: #C364CA;
}
</style>
border-color css
<style>
span { border-color: #C364CA; }
span { border-color: rgb(195,100,202); }
td.TdClassName
{
border-color: #C364CA;
}
.TagClassName
{
border-color: #C364CA;
}
</style>