Shades of Fuchsia #C341CA
Tints of Fuchsia #C341CA
RGB
CMYK
RGB Variations
Color information
#C341CA (or 0xC341CA) is known color: Fuchsia. HEX triplet: C3, 41 and CA. RGB value is (195,65,202). Sum of RGB (Red+Green+Blue) = 195+65+202=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 65 (25.78% from 255 or 14.07% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #C341CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341CA is #3CBE35. Grayscale: #777777. Windows color (decimal): -3980854 or 13255107. OLE color: 13255107.
HSL color Cylindrical-coordinate representation of color #C341CA: hue angle of 296.93º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C341CA is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 65 | 202 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.21 |
| HSL | 296.93º | 0.56% | 0.52% | - |
| HSV(B) | 296.93º | 0.68% | 0.79% | - |
| XYZ | 35.06 | 19.65 | 57.82 | - |
| YUV | 119.49 | 174.57 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 202 | 0.03 | 0.68 | 0 | 0.21 | 296.93 | 0.56 | 0.52 |
| Hex | C3 | 41 | CA | 3 | 44 | 0 | 15 | 129 | 38 | 34 |
| Octal | 303 | 101 | 312 | 3 | 104 | 0 | 25 | 451 | 70 | 64 |
| Binary | 11000011 | 1000001 | 11001010 | 11 | 1000100 | 0 | 10101 | 100101001 | 111000 | 110100 |
Color Harmonies of #C341CA
Complementary color
Monochromatic Colors of #C341CA
Black with #C341CA
Text Example
Text Example
White with #C341CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341CA; }
p { color: rgb(195,65,202); }
H1.HeaderClassName
{
color: #C341CA;
}
.AnyTagClassName
{
color: #C341CA;
}
</style>
background-color css
<style>
a { background-color: #C341CA; }
a { background-color: rgb(195,65,202); }
div.DivClassName
{
background-color: #C341CA;
}
.BgClassName
{
background-color: #C341CA;
}
</style>
border-color css
<style>
span { border-color: #C341CA; }
span { border-color: rgb(195,65,202); }
td.TdClassName
{
border-color: #C341CA;
}
.TagClassName
{
border-color: #C341CA;
}
</style>