Shades of Fuchsia #C746CA
Tints of Fuchsia #C746CA
RGB
CMYK
RGB Variations
Color information
#C746CA (or 0xC746CA) is known color: Fuchsia. HEX triplet: C7, 46 and CA. RGB value is (199,70,202). Sum of RGB (Red+Green+Blue) = 199+70+202=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #C746CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746CA is #38B935. Grayscale: #7B7B7B. Windows color (decimal): -3717430 or 13256391. OLE color: 13256391.
HSL color Cylindrical-coordinate representation of color #C746CA: hue angle of 298.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C746CA is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 70 | 202 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.21 |
| HSL | 298.64º | 0.55% | 0.53% | - |
| HSV(B) | 298.64º | 0.65% | 0.79% | - |
| XYZ | 36.4 | 20.79 | 57.97 | - |
| YUV | 123.62 | 172.24 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 202 | 0.01 | 0.65 | 0 | 0.21 | 298.64 | 0.55 | 0.53 |
| Hex | C7 | 46 | CA | 1 | 41 | 0 | 15 | 12B | 37 | 35 |
| Octal | 307 | 106 | 312 | 1 | 101 | 0 | 25 | 453 | 67 | 65 |
| Binary | 11000111 | 1000110 | 11001010 | 1 | 1000001 | 0 | 10101 | 100101011 | 110111 | 110101 |
Color Harmonies of #C746CA
Complementary color
Monochromatic Colors of #C746CA
Black with #C746CA
Text Example
Text Example
White with #C746CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C746CA; }
p { color: rgb(199,70,202); }
H1.HeaderClassName
{
color: #C746CA;
}
.AnyTagClassName
{
color: #C746CA;
}
</style>
background-color css
<style>
a { background-color: #C746CA; }
a { background-color: rgb(199,70,202); }
div.DivClassName
{
background-color: #C746CA;
}
.BgClassName
{
background-color: #C746CA;
}
</style>
border-color css
<style>
span { border-color: #C746CA; }
span { border-color: rgb(199,70,202); }
td.TdClassName
{
border-color: #C746CA;
}
.TagClassName
{
border-color: #C746CA;
}
</style>