Shades of Fuchsia #C841CA
Tints of Fuchsia #C841CA
RGB
CMYK
RGB Variations
Color information
#C841CA (or 0xC841CA) is known color: Fuchsia. HEX triplet: C8, 41 and CA. RGB value is (200,65,202). Sum of RGB (Red+Green+Blue) = 200+65+202=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #C841CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841CA is #37BE35. Grayscale: #787878. Windows color (decimal): -3653174 or 13255112. OLE color: 13255112.
HSL color Cylindrical-coordinate representation of color #C841CA: hue angle of 299.12º 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 #C841CA is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 65 | 202 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.21 |
| HSL | 299.12º | 0.56% | 0.52% | - |
| HSV(B) | 299.12º | 0.68% | 0.79% | - |
| XYZ | 36.37 | 20.32 | 57.88 | - |
| YUV | 120.98 | 173.73 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 202 | 0.01 | 0.68 | 0 | 0.21 | 299.12 | 0.56 | 0.52 |
| Hex | C8 | 41 | CA | 1 | 44 | 0 | 15 | 12B | 38 | 34 |
| Octal | 310 | 101 | 312 | 1 | 104 | 0 | 25 | 453 | 70 | 64 |
| Binary | 11001000 | 1000001 | 11001010 | 1 | 1000100 | 0 | 10101 | 100101011 | 111000 | 110100 |
Color Harmonies of #C841CA
Complementary color
Monochromatic Colors of #C841CA
Black with #C841CA
Text Example
Text Example
White with #C841CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C841CA; }
p { color: rgb(200,65,202); }
H1.HeaderClassName
{
color: #C841CA;
}
.AnyTagClassName
{
color: #C841CA;
}
</style>
background-color css
<style>
a { background-color: #C841CA; }
a { background-color: rgb(200,65,202); }
div.DivClassName
{
background-color: #C841CA;
}
.BgClassName
{
background-color: #C841CA;
}
</style>
border-color css
<style>
span { border-color: #C841CA; }
span { border-color: rgb(200,65,202); }
td.TdClassName
{
border-color: #C841CA;
}
.TagClassName
{
border-color: #C841CA;
}
</style>