Shades of Fuchsia #C649CD
Tints of Fuchsia #C649CD
RGB
CMYK
RGB Variations
Color information
#C649CD (or 0xC649CD) is known color: Fuchsia. HEX triplet: C6, 49 and CD. RGB value is (198,73,205). Sum of RGB (Red+Green+Blue) = 198+73+205=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #C649CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649CD is #39B632. Grayscale: #7D7D7D. Windows color (decimal): -3782195 or 13453766. OLE color: 13453766.
HSL color Cylindrical-coordinate representation of color #C649CD: hue angle of 296.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C649CD is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 73 | 205 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.20 |
| HSL | 296.82º | 0.57% | 0.55% | - |
| HSV(B) | 296.82º | 0.64% | 0.8% | - |
| XYZ | 36.69 | 21.18 | 59.91 | - |
| YUV | 125.42 | 172.91 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 205 | 0.03 | 0.64 | 0 | 0.20 | 296.82 | 0.57 | 0.55 |
| Hex | C6 | 49 | CD | 3 | 40 | 0 | 14 | 129 | 39 | 37 |
| Octal | 306 | 111 | 315 | 3 | 100 | 0 | 24 | 451 | 71 | 67 |
| Binary | 11000110 | 1001001 | 11001101 | 11 | 1000000 | 0 | 10100 | 100101001 | 111001 | 110111 |
Color Harmonies of #C649CD
Complementary color
Monochromatic Colors of #C649CD
Black with #C649CD
Text Example
Text Example
White with #C649CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C649CD; }
p { color: rgb(198,73,205); }
H1.HeaderClassName
{
color: #C649CD;
}
.AnyTagClassName
{
color: #C649CD;
}
</style>
background-color css
<style>
a { background-color: #C649CD; }
a { background-color: rgb(198,73,205); }
div.DivClassName
{
background-color: #C649CD;
}
.BgClassName
{
background-color: #C649CD;
}
</style>
border-color css
<style>
span { border-color: #C649CD; }
span { border-color: rgb(198,73,205); }
td.TdClassName
{
border-color: #C649CD;
}
.TagClassName
{
border-color: #C649CD;
}
</style>