Shades of Fuchsia #C643CA
Tints of Fuchsia #C643CA
RGB
CMYK
RGB Variations
Color information
#C643CA (or 0xC643CA) is known color: Fuchsia. HEX triplet: C6, 43 and CA. RGB value is (198,67,202). Sum of RGB (Red+Green+Blue) = 198+67+202=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 67 (26.56% from 255 or 14.35% 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 #C643CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C643CA is #39BC35. Grayscale: #797979. Windows color (decimal): -3783734 or 13255622. OLE color: 13255622.
HSL color Cylindrical-coordinate representation of color #C643CA: hue angle of 298.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C643CA is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 67 | 202 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.21 |
| HSL | 298.22º | 0.56% | 0.53% | - |
| HSV(B) | 298.22º | 0.67% | 0.79% | - |
| XYZ | 35.96 | 20.28 | 57.9 | - |
| YUV | 121.56 | 173.4 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 202 | 0.02 | 0.67 | 0 | 0.21 | 298.22 | 0.56 | 0.53 |
| Hex | C6 | 43 | CA | 2 | 43 | 0 | 15 | 12A | 38 | 35 |
| Octal | 306 | 103 | 312 | 2 | 103 | 0 | 25 | 452 | 70 | 65 |
| Binary | 11000110 | 1000011 | 11001010 | 10 | 1000011 | 0 | 10101 | 100101010 | 111000 | 110101 |
Color Harmonies of #C643CA
Complementary color
Monochromatic Colors of #C643CA
Black with #C643CA
Text Example
Text Example
White with #C643CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643CA; }
p { color: rgb(198,67,202); }
H1.HeaderClassName
{
color: #C643CA;
}
.AnyTagClassName
{
color: #C643CA;
}
</style>
background-color css
<style>
a { background-color: #C643CA; }
a { background-color: rgb(198,67,202); }
div.DivClassName
{
background-color: #C643CA;
}
.BgClassName
{
background-color: #C643CA;
}
</style>
border-color css
<style>
span { border-color: #C643CA; }
span { border-color: rgb(198,67,202); }
td.TdClassName
{
border-color: #C643CA;
}
.TagClassName
{
border-color: #C643CA;
}
</style>