Shades of Fuchsia #C644CD
Tints of Fuchsia #C644CD
RGB
CMYK
RGB Variations
Color information
#C644CD (or 0xC644CD) is known color: Fuchsia. HEX triplet: C6, 44 and CD. RGB value is (198,68,205). Sum of RGB (Red+Green+Blue) = 198+68+205=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #C644CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C644CD is #39BB32. Grayscale: #7A7A7A. Windows color (decimal): -3783475 or 13452486. OLE color: 13452486.
HSL color Cylindrical-coordinate representation of color #C644CD: hue angle of 296.93º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C644CD is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 68 | 205 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.20 |
| HSL | 296.93º | 0.58% | 0.54% | - |
| HSV(B) | 296.93º | 0.67% | 0.8% | - |
| XYZ | 36.38 | 20.55 | 59.81 | - |
| YUV | 122.49 | 174.57 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 205 | 0.03 | 0.67 | 0 | 0.20 | 296.93 | 0.58 | 0.54 |
| Hex | C6 | 44 | CD | 3 | 43 | 0 | 14 | 129 | 3A | 36 |
| Octal | 306 | 104 | 315 | 3 | 103 | 0 | 24 | 451 | 72 | 66 |
| Binary | 11000110 | 1000100 | 11001101 | 11 | 1000011 | 0 | 10100 | 100101001 | 111010 | 110110 |
Color Harmonies of #C644CD
Complementary color
Monochromatic Colors of #C644CD
Black with #C644CD
Text Example
Text Example
White with #C644CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C644CD; }
p { color: rgb(198,68,205); }
H1.HeaderClassName
{
color: #C644CD;
}
.AnyTagClassName
{
color: #C644CD;
}
</style>
background-color css
<style>
a { background-color: #C644CD; }
a { background-color: rgb(198,68,205); }
div.DivClassName
{
background-color: #C644CD;
}
.BgClassName
{
background-color: #C644CD;
}
</style>
border-color css
<style>
span { border-color: #C644CD; }
span { border-color: rgb(198,68,205); }
td.TdClassName
{
border-color: #C644CD;
}
.TagClassName
{
border-color: #C644CD;
}
</style>