Shades of Fuchsia #C644CC
Tints of Fuchsia #C644CC
RGB
CMYK
RGB Variations
Color information
#C644CC (or 0xC644CC) is known color: Fuchsia. HEX triplet: C6, 44 and CC. RGB value is (198,68,204). Sum of RGB (Red+Green+Blue) = 198+68+204=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #C644CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C644CC is #39BB33. Grayscale: #797979. Windows color (decimal): -3783476 or 13386950. OLE color: 13386950.
HSL color Cylindrical-coordinate representation of color #C644CC: hue angle of 297.35º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C644CC is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 68 | 204 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.2 |
| HSL | 297.35º | 0.57% | 0.53% | - |
| HSV(B) | 297.35º | 0.67% | 0.8% | - |
| XYZ | 36.25 | 20.5 | 59.17 | - |
| YUV | 122.37 | 174.07 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 204 | 0.03 | 0.67 | 0 | 0.2 | 297.35 | 0.57 | 0.53 |
| Hex | C6 | 44 | CC | 3 | 43 | 0 | 14 | 129 | 39 | 35 |
| Octal | 306 | 104 | 314 | 3 | 103 | 0 | 24 | 451 | 71 | 65 |
| Binary | 11000110 | 1000100 | 11001100 | 11 | 1000011 | 0 | 10100 | 100101001 | 111001 | 110101 |
Color Harmonies of #C644CC
Complementary color
Monochromatic Colors of #C644CC
Black with #C644CC
Text Example
Text Example
White with #C644CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644CC; }
p { color: rgb(198,68,204); }
H1.HeaderClassName
{
color: #C644CC;
}
.AnyTagClassName
{
color: #C644CC;
}
</style>
background-color css
<style>
a { background-color: #C644CC; }
a { background-color: rgb(198,68,204); }
div.DivClassName
{
background-color: #C644CC;
}
.BgClassName
{
background-color: #C644CC;
}
</style>
border-color css
<style>
span { border-color: #C644CC; }
span { border-color: rgb(198,68,204); }
td.TdClassName
{
border-color: #C644CC;
}
.TagClassName
{
border-color: #C644CC;
}
</style>