Shades of Fuchsia #C644CE
Tints of Fuchsia #C644CE
RGB
CMYK
RGB Variations
Color information
#C644CE (or 0xC644CE) is known color: Fuchsia. HEX triplet: C6, 44 and CE. RGB value is (198,68,206). Sum of RGB (Red+Green+Blue) = 198+68+206=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #C644CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C644CE is #39BB31. Grayscale: #7A7A7A. Windows color (decimal): -3783474 or 13518022. OLE color: 13518022.
HSL color Cylindrical-coordinate representation of color #C644CE: hue angle of 296.52º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C644CE is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 68 | 206 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.19 |
| HSL | 296.52º | 0.58% | 0.54% | - |
| HSV(B) | 296.52º | 0.67% | 0.81% | - |
| XYZ | 36.5 | 20.6 | 60.44 | - |
| YUV | 122.6 | 175.07 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 206 | 0.04 | 0.67 | 0 | 0.19 | 296.52 | 0.58 | 0.54 |
| Hex | C6 | 44 | CE | 4 | 43 | 0 | 13 | 129 | 3A | 36 |
| Octal | 306 | 104 | 316 | 4 | 103 | 0 | 23 | 451 | 72 | 66 |
| Binary | 11000110 | 1000100 | 11001110 | 100 | 1000011 | 0 | 10011 | 100101001 | 111010 | 110110 |
Color Harmonies of #C644CE
Complementary color
Monochromatic Colors of #C644CE
Black with #C644CE
Text Example
Text Example
White with #C644CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644CE; }
p { color: rgb(198,68,206); }
H1.HeaderClassName
{
color: #C644CE;
}
.AnyTagClassName
{
color: #C644CE;
}
</style>
background-color css
<style>
a { background-color: #C644CE; }
a { background-color: rgb(198,68,206); }
div.DivClassName
{
background-color: #C644CE;
}
.BgClassName
{
background-color: #C644CE;
}
</style>
border-color css
<style>
span { border-color: #C644CE; }
span { border-color: rgb(198,68,206); }
td.TdClassName
{
border-color: #C644CE;
}
.TagClassName
{
border-color: #C644CE;
}
</style>